Info
This question is closed. Reopen it to edit or answer.
How to take the derivative for the retained value from ode45 solver?
1 view (last 30 days)
Show older comments
[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 Comment
Jan
on 1 Aug 2013
Please do not post a question twice. You can and should delete this duplicate question as long as nobody had posted an answer.
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!