From help-request at octave dot org Wed Sep 1 20:48:39 2004 Subject: Re: uniq -c From: Paul Kienzle To: "John W. Eaton" Cc: Help-Octave List Date: Wed, 1 Sep 2004 21:45:47 -0400 On Aug 27, 2004, at 1:13 PM, John W. Eaton wrote: > These names are also available in Octave-forge. It looks like the > functions in Octave-forge would not need much work to be included in > the core Octave distribution. I'm not sure what the differences are > between these: > > octave octave-forge > > create_set unique > intersection intersect > union union create_set/intersection always returns a row vector. unique/intersect/union returns a vector of the same orientation as the input, with a preference for column vector if given a matrix. create_set does not accept 'rows' argument for unique rows. union is not part of octave-forge. The octave-forge functions were compatible with R11 I think. I haven't checked recently. - Paul ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------