plotting Phase-Plane Portraits
Show older comments
Hi everyone!
How can I plot phase-plane portraits of a nonlinear system?
2 Comments
JEAN-CLAUDE boleme
on 11 Apr 2021
I NEED HELP WITH QUESTION 3 AND QUESTION 4 REGARDING MATLAB CODES
Joydev Debnath
on 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!
Answers (3)
Shashank Prasanna
on 28 Jan 2013
5 votes
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:
Brian Hong
on 26 Jan 2022
Edited: Brian Hong
on 26 Jan 2022
2 votes
Dan Girma
on 21 Oct 2015
0 votes
xdot = -y, ydot = -x sketch the vector field.
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!