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

Muthiah Annamalai muthuspost at gmail.com
Thu Jan 3 14:42:04 CST 2008


But does your patch to create_set()

+
+ if (nargin == 1)
+ y = unique(x)';
^
maybe require to use non-hermitian transpose operator?
I think at present your patch could conjugate a set of complex numbers 
for example.

Best,
-Muthu



More information about the Bug-octave mailing list