Borrar filtros
Borrar filtros

System of non linear differential equations

1 visualización (últimos 30 días)
Antonio
Antonio el 5 de Jun. de 2014
Comentada: Sara el 5 de Jun. de 2014
Hi, I'm trying to solve a system of non linear differential equations, in which dv/dt is a function of two parameters (v and r) and dr/dt is a function of v and r. I need to obtain the values of v and r. Any suggestions?

Respuestas (1)

Sara
Sara el 5 de Jun. de 2014
You can use ode45 for non-stiff problems and ode15s for stiff problems
  2 comentarios
Antonio
Antonio el 5 de Jun. de 2014
thank you:) now I want to transform the two differential equations into a space state system, because I wanna know the step response through the command "lsim". How can I resolve?
Sara
Sara el 5 de Jun. de 2014
I can't help you with that. You may want to post a new question.

Iniciar sesión para comentar.

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by