Info

この質問は閉じられています。 編集または回答するには再度開いてください。

PLOT ANY GRAPH USING STATE SPACE METHOD

1 回表示 (過去 30 日間)
shiv gaur
shiv gaur 2022 年 2 月 23 日
閉鎖済み: Rik 2022 年 2 月 24 日
Xdot1=A*X1+B*u;
Y=C*X1+D*u;
Where a=10;
B=28;
P=8/3;
Where A=[-a a 0; b-z -1 0; y 0 –p]
Xdot1=[ Xdot;Ydot; Zdot];
X1=[X;Y;Z];
C=[1 1 1];
X1=[X;Y;Z];
PL PLOT ANY GRAPH USING STATE SPACE METHOD

回答 (0 件)

タグ

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by