From: Carnë D. <car...@gm...> - 2012-10-04 16:49:37
|
On 4 October 2012 18:03, LEo <le...@gm...> wrote: > I have implemented the following function: > dpcmenco, dpcmdeco and dpcmopt > They were not implement yet. > (see: http://octave.sourceforge.net/communications/overview.html) > I would like share it, so it might be incorporated into Octave-Forge. > They follow in the attachment. An usage example follows along it. > If someone could include them into Octave-Forge tree, I would be pleased. > Regards, > Leonardo Araujo I have added them and made the following changes: * use of @seealso macro for help text (instead of literal text) * license to GPLv3+ * indentaton issues * closed function blocks with endfunction * replaced usage by print_usage * replaced @var{...} by @dots{} We cannot use your examples since you copied them from matlab documentation and they might have intellectual property on them... Could you please submit a patch to add a test or a demo block to these functions? Carnë |