Equation of motion double pendulum
显示 更早的评论
Hello,
I have to plot the time response of ninlineat system of double pendulum. I found the correct equation, but I do not how I can write on Matlab these equation. Could you explain me?
The equation of motion are :
(m1+m2)*l1*theta1(second) + m2*l2*theta2(second)*cos[theta2 - theta1] = m2*l2*[theta2(first)]^2 - (m1+m2)*g*sin[theta1]
l2*theta2(second) + l1*theta1(second)*cos[theta2 - theta1] = - l1*[theta1(first)]^2*sin[theta2 - theta1] - g*sin[theta2]
Thanks you
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Assembly 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!