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: Rik
Subject: [Octave-bug-tracker] [bug #49918] Stats option is ignored by ode45
Date: Fri, 23 Dec 2016 17:31:21 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

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

@Carlo: I committed your cset here
(http://hg.savannah.gnu.org/hgweb/octave/rev/bb452f84a299).  One thing I did
was change the BIST tests to use evalc to capture the output from the Stats
option which was otherwise being dumped to stdout after your change.

Also, I don't think there is a reason to follow Matlab slavishly in regards to
case sensitivity.  When you write something like,


opts = odeset ('StAtS', 'on')


Matlab ignores case and sets the field name 'Stats'.  I think Octave should be
equally tolerant of the right-hand side argument where people might type 'ON',
'On', or 'on'.  I made that additional change here
(http://hg.savannah.gnu.org/hgweb/octave/rev/c9344df03da5).


    _______________________________________________________

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]