octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #49449] odeplot is not fully Matlab compatible


From: Rik
Subject: [Octave-bug-tracker] [bug #49449] odeplot is not fully Matlab compatible
Date: Fri, 28 Oct 2016 00:59:07 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #6, bug #49449 (project octave):

The number of columns is equal to the number of equations being solved.  You
called init with a single column so only one equation was expected rather than
the 11 in the expression [0:10].

Try this which has 3 equations and 5 timesteps.


odeplot ([0, 10], [1 2 3], 'init');
odeplot ([1;2;3;4;5], rand (3,5), []);


That still might fail in Octave unless you are at least up to
22683:340e37fd3c20.

I fixed the typo in the documentation on the stable branch
(http://hg.savannah.gnu.org/hgweb/octave/rev/ce0f54b63923).


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49449>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]