ode45 for forced vibration with 10 dof?
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
Walter Roberson
2019 年 12 月 6 日
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)))];
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Numerical Integration and Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!