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: Hg200
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 12:22:38 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:81.0) Gecko/20100101 Firefox/81.0

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

I forgot one: Events "ie" must be also transposed. This line is also from the
BISTs in ode15s:

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

Matlab:

ie =

   1
   2

Octave:

ie =

   1   2



    _______________________________________________________

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]