plotting Phase-Plane Portraits

Hi everyone!
How can I plot phase-plane portraits of a nonlinear system?

2 comentarios

JEAN-CLAUDE boleme
JEAN-CLAUDE boleme el 11 de Abr. de 2021
I NEED HELP WITH QUESTION 3 AND QUESTION 4 REGARDING MATLAB CODES
Joydev Debnath
Joydev Debnath el 5 de En. de 2023
For plotting of phase-plane potraits in MATLAB of second order non-linear systems you can visit to this link : https://in.mathworks.com/matlabcentral/fileexchange/65952-phase-plane-plotter I hope this might help you. Thank you!

Iniciar sesión para comentar.

Respuestas (3)

Shashank Prasanna
Shashank Prasanna el 28 de En. de 2013

5 votos

MATLAB offers several plotting routines. The "quiver" function may be ideal to plot phase-plane portraits. I found an interesting link that has some code and discussion on this topic. You can start here and build up:

2 comentarios

Sachin Verma
Sachin Verma el 30 de Ag. de 2020
Thanks. Sir.
tsen chung jui
tsen chung jui el 24 de Mzo. de 2022
thanks for help !

Iniciar sesión para comentar.

Brian Hong
Brian Hong el 26 de En. de 2022
Editada: Brian Hong el 26 de En. de 2022

2 votos

There are also app solutions for this problem. For example pplane, which I used in undergrad (almost 10 years ago now). We also created a new app for analyzing the phase plane, you can find it here.
Dan Girma
Dan Girma el 21 de Oct. de 2015

0 votos

xdot = -y, ydot = -x sketch the vector field.

Categorías

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

Etiquetas

Preguntada:

el 28 de En. de 2013

Comentada:

el 5 de En. de 2023

Community Treasure Hunt

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

Start Hunting!

Translated by