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