Solving differential equation in matlab

1 次查看(过去 30 天)
T - T_const = J dw/dt + Bw; where T depends on w and some other parameters.
I want to numerically solve for w. How to proceed.
Thanks

回答(1 个)

Abraham Boayue
Abraham Boayue 2018-4-3
Try matlab ode45 function or apply Renge Kutta method. You actually do have a simple equation that should be solved by either of the methods above.
  1 个评论
Ramu Nair R
Ramu Nair R 2018-4-16
Thanks. I solved it using euler's method. I have another question: whether the solution that i obtained matches with real time. I want to have the same dynamics as in real time. How does the solution differ if i solve it by a different method.

请先登录,再进行评论。

类别

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