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 Kommentare

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

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Gefragt:

am 18 Apr. 2019

Kommentiert:

am 18 Apr. 2019

Community Treasure Hunt

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

Start Hunting!

Translated by