Use ODE45 with a frequency span instead of time?
4 ビュー (過去 30 日間)
古いコメントを表示
I have 2 coupled differential equations. I'm trying to use ODE45, but it requires a time span (tspan).
Is there a way to use a frequency span instead, or perhaps another more suitable differential equation solver?
0 件のコメント
採用された回答
Star Strider
2020 年 6 月 11 日
It does not require that the independent variable be time. It can be whatever your differential equation system requires. If your derivatives are with respect to frequency, use a frequency vector instead.
2 件のコメント
Star Strider
2020 年 6 月 11 日
The numeric ODE solvers all require initial conditions.
If you have data and you need to estimate the initial conditions (and possibly other parameters) to fit your differential equations to the data, that is relatively straightforward to do.
If your differential equations are relatively straightforward, you can use the Symbolic Math Toolbox to get an analytic solution (providing one exists). Those initial conditions can be symbolic.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!