Solving differential equation in matlab
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Antworten (1)
Abraham Boayue
am 3 Apr. 2018
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.
Siehe auch
Kategorien
Mehr zu Ordinary Differential Equations finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!