Mathematics Previous page   Next Page

DDE Function Summary

DDE Initial Value Problem Solver

Solver
Description
dde23
Solve initial value problems for delay differential equations with constant delays.

DDE Helper Functions

Function
Description
deval
Evaluate the numerical solution using the output of dde23.

DDE Solver Properties Handling

An options structure contains named properties whose values are passed to dde23, and which affect problem solution. Use these functions to create, alter, or access an options structure.

Function
Description
ddeset
Create/alter the DDE options structure.
ddeget
Extract properties from options structure created with ddeset.

DDE Initial Value Problem Examples

These examples illustrate the kind of problems you can solve using dde23. Click the example name to see the code in an editor. Type the example name at the command line to run it.

Example
Description
ddex1
Straightforward example
ddex2
Cardiovascular model with discontinuities

Additional examples are provided by "Tutorial on Solving DDEs with DDE23," available at www.mathworks.com/dde_tutorial.


Previous page  Initial Value Problems for DDEs Introduction to Initial Value DDE Problems Next page

© 1994-2005 The MathWorks, Inc.