plotting Phase-Plane Portraits

78 次查看(过去 30 天)
Tina
Tina 2013-1-28
Hi everyone!
How can I plot phase-plane portraits of a nonlinear system?
  2 个评论
JEAN-CLAUDE boleme
JEAN-CLAUDE boleme 2021-4-11
I NEED HELP WITH QUESTION 3 AND QUESTION 4 REGARDING MATLAB CODES
Joydev Debnath
Joydev Debnath 2023-1-5
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
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
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
xdot = -y, ydot = -x sketch the vector field.

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by