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

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

[Octave-bug-tracker] [bug #49890] error if event function stops ode45


From: Bill Greene
Subject: [Octave-bug-tracker] [bug #49890] error if event function stops ode45
Date: Fri, 23 Dec 2016 13:23:21 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36

Follow-up Comment #4, bug #49890 (project octave):

I was hoping the submitter would provide an example so hadn't commented on
this bug earlier. The error message reported by the user can be reproduced by
changing the ode45 call in the sample below to

[t,y,te,ye] = ode45 (@(t,y) 2, [0, 2], 1, opts)

It is valid in matlab to have less than 5 return arguments when events are
included. A fix for this and several other odeIJ bugs
is in my repository here

https://bitbucket.org/wgreene71/octave



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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