How to factorise functions of order 4 in matlab

2 ビュー (過去 30 日間)
Maaz Madha
Maaz Madha 2022 年 3 月 2 日
コメント済み: Star Strider 2022 年 3 月 2 日
Hi all
I have MIMO transfer functions such as these and would like to factorise the denominator in the form of
My current command for tf is
Thank you
c=eye(5);
d=zeros(5,2);
sys1=ss(Along,Blong,c,d);
systf=tf(sys1);

採用された回答

Star Strider
Star Strider 2022 年 3 月 2 日
See if the zpk function will do what you want.
(It will factor both the numeriator and denominator.)
  2 件のコメント
Maaz Madha
Maaz Madha 2022 年 3 月 2 日
Thank you so much.
Star Strider
Star Strider 2022 年 3 月 2 日
As always, my pleasure!

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDynamic System Models についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by