How to solve 2 ODEs by using ODE 45
古いコメントを表示
I know how to use ode45 to solve 1 ode, but now I have 2, I don't know what to do. Should I do it on one ode45 function or I should separate them?
1 件のコメント
RahulTandon
2015 年 7 月 5 日
If you could send me the two ODEs, I would solve the problem. That is the best way of answering your above question.
回答 (1 件)
Shashank Prasanna
2013 年 2 月 15 日
0 投票
If you have a Higher Order ODE then you may have to break that down into several 1st order ODEs as shown here:
Scroll down for some specific examples on how this is done.
カテゴリ
ヘルプ センター および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!