setdiff output differs from matlab

John W. Eaton jwe at bevo.che.wisc.edu
Thu Sep 18 08:19:38 CDT 2008


On 18-Sep-2008, Sergei Steshenko wrote:

| The expression to be tried in Matlab is:
| 
| column_vector(2:vector_length) = column_vector(2:vector_length) + row_vector(2:vector_length) 
| .

And, as Michael already noted in a post to this thread, that fails
with an error from the addition operation stating that matrix
dimensions must agree.

jwe


More information about the Bug-octave mailing list