ode45 for forced vibration with 10 dof?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
is it possible to solve veolcity response of ode45 with 10 degrees of freedom(dof), if yes can you help me with some examples
8 Kommentare
Walter Roberson
am 6 Dez. 2019
What is it you would do differentiation on ?
If you need another level of integration, add another y entry, like
yp = [y(2); y(3); (-((c/m)*y(3))-((k/m)*y(2)))];
Antworten (0)
Siehe auch
Kategorien
Mehr zu Ordinary Differential Equations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!