Mathematics |
Changing DDE Integration Properties
The default integration properties in the DDE solver dde23
are selected to handle common problems. In some cases, you can improve solver performance by overriding these defaults. You do this by supplying dde23
with an options
structure that specifies one or more property values.
For example, to change the relative error tolerance of dde23
from the default value of 1e-3
to 1e-4
,
ddeset
by entering
options
structure to dde23 as follows:
For a complete description of the available options, see the reference page for ddeset
.
Discontinuities | Boundary Value Problems for ODEs |
© 1994-2005 The MathWorks, Inc.