Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
How to take the derivative for the retained value from ode45 solver?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
[t,y]= ode45(@my_function,[0,10],[5,0]);
I'm getting angular velocity and angular position from the ODE solver above. Now I need to find the angular acceleration, I'm suppose to take the derivative, but I'm not sure how to do that?
1 Commento
Jan
il 1 Ago 2013
Please do not post a question twice. You can and should delete this duplicate question as long as nobody had posted an answer.
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!