Borrar filtros
Borrar filtros

Solving differential equation in matlab

1 visualización (últimos 30 días)
Ramu Nair R
Ramu Nair R el 1 de Abr. de 2018
Comentada: Ramu Nair R el 16 de Abr. de 2018
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
Abraham Boayue el 3 de Abr. de 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.
  1 comentario
Ramu Nair R
Ramu Nair R el 16 de Abr. de 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.

Iniciar sesión para comentar.

Categorías

Más información sobre Ordinary Differential Equations en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by