v = odeget(options,'Name')
extracts the value of the named option from options, which is a
structure containing option values. Use odeset to create or update the options structure.
Options structure. Use odeset to
create or modify the options structure.
Example: options = odeset('RelTol',1e-4,'AbsTol',1e-5) returns
an options structure with values specified for the relative and absolute
error tolerances.
Data Types: struct
Name — Option name any valid option from odeset
Option name, specified as any valid option accepted by odeset:
Error control — 'AbsTol', 'RelTol', 'NormControl'
Output control — 'NonNegative', 'OutputFcn', 'OutputSel', 'Refine', 'Stats'