Equation of motion double pendulum
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Assembly finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!