Solving differential equation in matlab
Mostrar comentarios más antiguos
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
Respuestas (1)
Abraham Boayue
el 3 de Abr. de 2018
0 votos
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 comentario
Ramu Nair R
el 16 de Abr. de 2018
Categorías
Más información sobre Mathematics en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!