setdiff output differs from matlab

Michael Goffioul michael.goffioul at gmail.com
Thu Sep 18 05:51:30 CDT 2008


On Thu, Sep 18, 2008 at 12:43 PM, Sergei Steshenko <sergstesh at yahoo.com> wrote:
> however, the Email does not contain a copy-pasted Matlab session to
> confirm the statement.
>
> My point is that from the point of view of programming it's simpler to
> always treat row <-> column vector collision the same way, and I hope
> Matlab developers are reasonably lazy to choose this simple way.

7.3.0 (2006b)

>> column_vector(2:vector_length) = column_vector(2:vector_length) + row_vector(2:vector_length)
??? Error using ==> plus
Matrix dimensions must agree.

Michael.


More information about the Bug-octave mailing list