solving equation with ode5

4 次查看(过去 30 天)
Oday Shahadh
Oday Shahadh 2019-10-28
评论: Oday Shahadh 2019-10-28
Hi,
Can you please guid me how to solve this equation by ode45
omegadot=(-(Js-Jt).*w2.*COMEGA)./Jt;
  2 个评论
ME
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
Oday Shahadh 2019-10-28
A"= -C B'
A and B is an angels
A" is secon dervative
B' first derivative
C is constant

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Ordinary Differential Equations 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by