Solving differential equation in matlab

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

Antworten (1)

Abraham Boayue
Abraham Boayue am 3 Apr. 2018

0 Stimmen

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 Kommentar

Ramu Nair R
Ramu Nair R am 16 Apr. 2018
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.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Mathematics finden Sie in Hilfe-Center und File Exchange

Produkte

Tags

Gefragt:

am 1 Apr. 2018

Kommentiert:

am 16 Apr. 2018

Community Treasure Hunt

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

Start Hunting!

Translated by