plotting Phase-Plane Portraits

904 vues (au cours des 30 derniers jours)
Tina
Tina le 28 Jan 2013
Hi everyone!
How can I plot phase-plane portraits of a nonlinear system?
  2 commentaires
JEAN-CLAUDE boleme
JEAN-CLAUDE boleme le 11 Avr 2021
I NEED HELP WITH QUESTION 3 AND QUESTION 4 REGARDING MATLAB CODES
Joydev Debnath
Joydev Debnath le 5 Jan 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!

Connectez-vous pour commenter.

Réponses (3)

Shashank Prasanna
Shashank Prasanna le 28 Jan 2013
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 commentaires
Sachin Verma
Sachin Verma le 30 Août 2020
Thanks. Sir.
tsen chung jui
tsen chung jui le 24 Mar 2022
thanks for help !

Connectez-vous pour commenter.


Brian Hong
Brian Hong le 26 Jan 2022
Modifié(e) : Brian Hong le 26 Jan 2022
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 le 21 Oct 2015
xdot = -y, ydot = -x sketch the vector field.

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by