Need to use ode45 to solve a problem
古いコメントを表示
I need to use ode 45 to solve the next problem.
The only thing I can't figure out is how to use the function on R(t-T) (T is a constant).
Is there a way to solve it this function?

回答 (1 件)
Torsten
2022 年 1 月 28 日
3 投票
This is a delay differential equation.
You will have to use DDE23 instead of ode45.
2 件のコメント
Noam Lusthaus
2022 年 1 月 28 日
And if T is known and is a constant?
John D'Errico
2022 年 1 月 28 日
編集済み: John D'Errico
2022 年 1 月 28 日
Delay differential equations can and often do involve a constant time lag or delay. See the link I show, to note the first example, described in the very first paragraph.
As Torsten said, you will use DDE23.
カテゴリ
ヘルプ センター および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!