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!