odeDelay
Description
An odeDelay object defines delays introduced in a differential
equation and the history while solving a delay differential equation (DDE) using an
ode object.
Create an ode object to
represent an ODE problem, and specify an odeDelay object as the value of the
DelayDefinition property to define the delays for the DDE.
Creation
Description
creates an
D = odeDelayodeDelay object with empty properties.
specifies one or more property values using name-value arguments. For example, D = odeDelay(PropertyName=Value)D
= odeDelay(History=[0.1; 0.5]) defines the solution history [0.1;
0.5] for a DDE.
Properties
Examples
Version History
Introduced in R2025a
