'rows' argument in 'create_set' and 'union'

Søren Hauberg soren at hauberg.org
Thu Jan 3 03:30:19 CST 2008


Hi,
  I just got som ML code that uses the 'rows' argument in 'union', which
Octave doesn't support. To me, it seemed like the easiest way to code
this was to modify 'create_set' such that it allows for the 'rows'
argument, and then change 'union' to use this option. The attached patch
does this.

Søren

2008-01-03   Soren Hauberg   <hauberg at gmail.com>

        * scripts/set/create_set.m: support 'rows' argument.
        * scripts/set/union.m: support 'rows' argument.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: create_set.patch
Type: text/x-patch
Size: 1665 bytes
Desc: not available
Url : https://www.cae.wisc.edu/pipermail/bug-octave/attachments/20080103/ac0d970e/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: union.patch
Type: text/x-patch
Size: 1852 bytes
Desc: not available
Url : https://www.cae.wisc.edu/pipermail/bug-octave/attachments/20080103/ac0d970e/attachment-0001.bin 


More information about the Bug-octave mailing list