Pendulum equations setup help
1 次查看(过去 30 天)
显示 更早的评论
%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 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!