octave 3.1.55 different from 3.0

John W. Eaton jwe at octave.org
Thu Apr 9 09:12:12 CDT 2009


On  9-Apr-2009, Bertrand Roessli wrote:

| if I execute this function in both Octave 3.0 and 3.1.55 I get 
| a different answer and I think that 3.0 is right?

Please report problems to the bug at octave.org list.

This looks like a problem with indexing.  Here is a simpler example:

  c = cell (2, 1);
  s.a(1:2) = [1, 1]
  c{1} = s
  s.a(1:2) = [2, 2]
  c{2} = s

jwe


More information about the Help-octave mailing list