Plot the solution of EDO system

Hi everybody, i'm trying to plot the solution of this system of EDO but in the plan (x(t),y(t)) :
dx/dt = -((2*x(t))/(3+x(t)))*(y(t)-x(t))+1-x(t) dy/dt = 1-x(t)-4*(y(t)-x(t))
i don't know how to do this :/
Thanks a lot for your help !!!

Respuestas (3)

Pratik Bajaria
Pratik Bajaria el 12 de Mayo de 2015

1 voto

Hello,
I guess you mean ODE solver. Please go through the following link on MATLAB to find out s solution to the same. ODE45
Hope it helps.
Regards, Pratik

1 comentario

abc abc
abc abc el 12 de Mayo de 2015
I wonder if that i have to do is the phase plane ? what do you think ?

Iniciar sesión para comentar.

Torsten
Torsten el 12 de Mayo de 2015

0 votos

plot(x,y)
Best wishes
Torsten.
abc abc
abc abc el 12 de Mayo de 2015
Editada: abc abc el 12 de Mayo de 2015

0 votos

Thanks for your answers !
Actually i'm a beginner in Matlab and the only method that i found is to create a file which contains the function and then i execute the function in the commande window but i would like to do this without the commande window is it possible ?
thanks for your helps !

1 comentario

Pratik Bajaria
Pratik Bajaria el 14 de Mayo de 2015
Hello, Didn't get what exaclt you want. Could you please elaborate, would be helpful.

Iniciar sesión para comentar.

Categorías

Más información sobre Mathematics en Centro de ayuda y File Exchange.

Preguntada:

el 12 de Mayo de 2015

Comentada:

el 14 de Mayo de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by