필터 지우기
필터 지우기

How to plot phase potrait and vector field for a three dimensional ODE system?

조회 수: 2 (최근 30일)
System:
attempt:
if true
[x1, x2, x3] = meshgrid(-.1:0.08:0.1, -.1:.08:.1, -0.1:0.08:0.1);
x1dot = x1;
x2dot = x2;
x3dot = -x3;
quiver3(x1,x2,x2,x1dot,x2dot,x3dot)
end
figure obtained:
Need help with this.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Classical Control Design에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by