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

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

[Octave-bug-tracker] [bug #49918] Stats option is ignored by ode45


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #49918] Stats option is ignored by ode45
Date: Fri, 23 Dec 2016 09:10:15 +0000 (UTC)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:50.0) Gecko/20100101 Firefox/50.0

Update of bug #49918 (project octave):

                  Status:                    None => Patch Submitted        
                 Summary: odeset and Stats option is case sensitive => Stats
option is ignored by ode45

    _______________________________________________________

Follow-up Comment #2:

Actually, it seems that in Octave the 'stats' option is neglected
independent of the capitalization ...


>> version
ans =

4.3.0+

>> 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);
>> o = odeset ('Stats', 'On');
>> [t, x] = ode45 (@(t, x) -10 * x, [0 .5 1], 1, o);
>> 


I'm changing the title of this ticket and attaching a changeset.


(file #39298)
    _______________________________________________________

Additional Item Attachment:

File name: open_SCyQ6FsW.txt              Size:19 KB


    _______________________________________________________

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]