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

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

[Octave-bug-tracker] [bug #49918] odeset and Stats option is case sensit


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #49918] odeset and Stats option is case sensitive
Date: Fri, 23 Dec 2016 08:51:24 +0000 (UTC)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:50.0) Gecko/20100101 Firefox/50.0

Follow-up Comment #1, bug #49918 (project octave):

Although it looks odd, the current behavior seems to be compatible:


>> version
ans =

9.0.0.341360 (R2016a)

>> o = odeset ('stats', 'ON');
>> [t, x] = ode45 (@(t, x) -10 * x, [0 .5 1], 1, o);
>> o = odeset ('stats', 'on');
>> [t, x] = ode45 (@(t, x) -10 * x, [0 .5 1], 1, o);
13 successful steps
0 failed attempts
79 function evaluations




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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