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!