MATLAB Function Reference Previous page   Next Page
odeget

Extract properties from options structure created with odeset

Syntax

Description

o = odeget(options,'name') extracts the value of the property specified by string 'name' from integrator options structure options, returning an empty matrix if the property value is not specified in options. It is only necessary to type the leading characters that uniquely identify the property name. Case is ignored for property names. The empty matrix [] is a valid options argument.

o = odeget(options,'name',default) returns o = default if the named property is not specified in options.

Example

Having constructed an ODE options structure,

you can view these property settings with odeget.

See Also

odeset


Previous page  odefile odeset Next page

© 1994-2005 The MathWorks, Inc.