Stiff Delay Differential Equations

Hey
Can we use dde23 solver for solving sytem of stiff delay differential equations?
I tried to find the solution of those equation by using dde 23 but MATLAB is showing 'busy' string.

5 Comments

Just check how fast the internal time t progresses to estimate the real timespan until the problem will be solved.
Could u pls tell how to check that?
Torsten
Torsten on 18 Apr 2019
Edited: Torsten on 18 Apr 2019
By outputting "t" in ddefun during execution.
At the end of ddefun, insert the line
t
Undefined function or variable 't'.
I don't know how you named the independent variable in your problem.
I mean the first argument passed to "ddefun" from dde23.

Sign in to comment.

Answers (0)

Asked:

on 18 Apr 2019

Commented:

on 18 Apr 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!