plotting Phase-Plane Portraits

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

2 个评论

I NEED HELP WITH QUESTION 3 AND QUESTION 4 REGARDING MATLAB CODES
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!

请先登录,再进行评论。

回答(3 个)

Shashank Prasanna
Shashank Prasanna 2013-1-28

5 个投票

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
Brian Hong 2022-1-26
编辑:Brian Hong 2022-1-26

2 个投票

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 2015-10-21

0 个投票

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

类别

帮助中心File Exchange 中查找有关 MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by