Solving differential equation in matlab
Mostra commenti meno recenti
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
Risposte (1)
Abraham Boayue
il 3 Apr 2018
0 voti
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 Commento
Ramu Nair R
il 16 Apr 2018
Categorie
Scopri di più su Mathematics in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!