solving equation with ode5
古いコメントを表示
Hi,
Can you please guid me how to solve this equation by ode45
omegadot=(-(Js-Jt).*w2.*COMEGA)./Jt;
2 件のコメント
ME
2019 年 10 月 28 日
It is quite hard to help here without a bit more information. I assume Js, Jt and w2 are some parameter values? Is COMEGA supposed to be c*OMEGA or is there some parameter/variable called COMEGA? Also, should the division just be /Jt rather than ./Jt because in Matlab ./ is different to /
If you can give some more details then I'll happily help you to implement this equation.
Oday Shahadh
2019 年 10 月 28 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!