System of non linear differential equations

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?

답변 (1개)

Sara
Sara 2014년 6월 5일

0 개 추천

You can use ode45 for non-stiff problems and ode15s for stiff problems

댓글 수: 2

Antonio
Antonio 2014년 6월 5일
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 2014년 6월 5일
I can't help you with that. You may want to post a new question.

댓글을 달려면 로그인하십시오.

카테고리

질문:

2014년 6월 5일

댓글:

2014년 6월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by