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

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

[Octave-bug-tracker] [bug #47654] odeset does not allow zero value for t


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #47654] odeset does not allow zero value for tolerance
Date: Sat, 09 Apr 2016 14:30:53 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:45.0) Gecko/20100101 Firefox/45.0

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

Hi Francesco, thanks for looking into this.
In Matlab 2005b I get:


>> opt=odeset('AbsTol', 0, 'RelTol', 1e-3)

opt = 

              AbsTol: 0
                 BDF: []
              Events: []
         InitialStep: []
            Jacobian: []
           JConstant: []
            JPattern: []
                Mass: []
        MassSingular: []
            MaxOrder: []
             MaxStep: []
         NonNegative: []
         NormControl: []
           OutputFcn: []
           OutputSel: []
              Refine: []
              RelTol: 1.0000e-03
               Stats: []
          Vectorized: []
    MStateDependence: []
           MvPattern: []
        InitialSlope: []

>> opt=odeset('AbsTol', 0, 'RelTol', 1e-3)


what version of Matlab did you try on?



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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