How do I solve two different differential equations at the same time?
Mostra commenti meno recenti
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.
Risposte (1)
Mathieu NOE
il 6 Apr 2021
1 voto
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 Commenti
Nicholas Carreon
il 6 Apr 2021
Mathieu NOE
il 6 Apr 2021
sure, it's the same process with cumtrapz to integrate the velocity to get the displacement
Nicholas Carreon
il 6 Apr 2021
Mathieu NOE
il 7 Apr 2021
hello
can you share the code + data ?
Categorie
Scopri di più su Numerical Integration and Differential Equations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!