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

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

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

질문:

2019년 4월 18일

댓글:

2019년 4월 18일

Community Treasure Hunt

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

Start Hunting!

Translated by