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

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

[Octave-bug-tracker] [bug #59416] ode15s produce results with inconsesta


From: anonymous
Subject: [Octave-bug-tracker] [bug #59416] ode15s produce results with inconsestance size when compared to other ode solver or matlab.
Date: Fri, 6 Nov 2020 21:33:17 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0

Follow-up Comment #18, bug #59416 (project octave):

I am the Originator. I run the code in comment #16 on R2019b.


[t, y, te, ye, ie] = ode15s (@rob, [0, 100], [1; 0; 0], opt);
ie
ye
te
size(y)
size(t)


I found the following results
ie =

     1     2

ye =

      0.84147   1.6243e-05      0.15852
      0.84147   1.6243e-05      0.15852

te =

           10
           10

ans =

    38     3

ans =

    38     1

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59416>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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