octave-maintainers
[Top][All Lists]
Advanced

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

Re: Help with odeset()


From: Parsiad Azimzadeh
Subject: Re: Help with odeset()
Date: Sun, 16 Oct 2016 16:16:00 +0000

> Could someone with access to Matlab try the following?

I ran the specified commands on MATLAB R2014a

>> x = odeset ('reltol', 1e-1)

x = 

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

>> y = odeset ('RelTal', 1e-2)
Error using odeset (line 225)
Unrecognized property name 'RelTal'.
 
>> z = odeset ('Rel', 1e-3)

z = 

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

>> w = odeset ('MyCustomProperty', 1)
Error using odeset (line 225)
Unrecognized property name 'MyCustomProperty'.
--
Parsiad Azimzadeh [http://parsiad.ca]
PhD candidate

DC 3594 - University of Waterloo,
200 University Avenue West,
Waterloo, ON N2L 3G1

reply via email to

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