Pendulum equations setup help
1 view (last 30 days)
Show older comments
%setup : t, starts at 0, with time step dt, until tfinal , which is 1000 seconds.
%initialize the x, ? dot, ? double dot, θ, ? dot, and ? double dots and F vectors as zeros, all the same size as t (time).
%Set the first value of the θ vector to θ0
t=(0,1000,dt);
%any help on this I really appreciate it
0 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!