State space in simulink

3 ビュー (過去 30 日間)
Muhammed Adel
Muhammed Adel 2016 年 5 月 5 日
コメント済み: Muhammed Adel 2016 年 10 月 8 日
please, how can i plot and measure the states here i can only plot the output .

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2016 年 5 月 6 日
編集済み: Azzi Abdelmalek 2016 年 5 月 6 日
Let us take a third order SISO system, The output y=C*[x1;x2;x3]. If you have
C=[ 2 4 1]
If you want to see the 3 states x1,x2,x3. Change the value of C to
C=[2 4 1;eye(3)]
You will get 4 output: y,x1,x2,x3
You need also to change the value of D. If D is already equal to 0, chage it to
D=zeros(4,1)
  1 件のコメント
Muhammed Adel
Muhammed Adel 2016 年 10 月 8 日
thanks sir

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by