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: Sebastian
Subject: [Octave-bug-tracker] [bug #49449] odeplot is not fully Matlab compatible
Date: Thu, 27 Oct 2016 22:40:12 +0000 (UTC)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14

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

>So they are clear that when there are multiple times, y is a matrix with
numel(t) rows and >with the number of columns equal to the number of equations
being solved. 
Are you sure? Matlab throws an error when using your description:

>> odeplot([0 10]',1,'init');
>> odeplot([0:10]',0:10,[]);
Error using odeplot (line 63)
Error updating the ODEPLOT window. Solution data may have been corrupted.
Index exceeds matrix dimensions.

Another thing that is simple to cure: there is a typo in the docs that I
noticed and had fixed: odeplot ([], [], "end") -> odeplot ([], [], "done")

Seb.

    _______________________________________________________

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]