Solving differential equation in matlab
Afficher commentaires plus anciens
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
Réponses (1)
Abraham Boayue
le 3 Avr 2018
0 votes
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 commentaire
Ramu Nair R
le 16 Avr 2018
Catégories
En savoir plus sur Mathematics dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!