How do I solve two different differential equations at the same time?
古いコメントを表示
I have a problem where I have to find the ideal rotation of a drum given many parameters. The solution has boiled down to too different ODEs.
Thank you for your help.
回答 (1 件)
Mathieu NOE
2021 年 4 月 6 日
1 投票
hello
to do simple integration, you could start with cumtrapz to get the velocity data (from the force inputs)
the time vector is the same for both equations
4 件のコメント
Nicholas Carreon
2021 年 4 月 6 日
Mathieu NOE
2021 年 4 月 6 日
sure, it's the same process with cumtrapz to integrate the velocity to get the displacement
Nicholas Carreon
2021 年 4 月 6 日
Mathieu NOE
2021 年 4 月 7 日
hello
can you share the code + data ?
カテゴリ
ヘルプ センター および File Exchange で Numerical Integration and Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!