How to factorise functions of order 4 in matlab

조회 수: 3 (최근 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개)

Community Treasure Hunt

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

Start Hunting!

Translated by