필터 지우기
필터 지우기

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