How to factorise functions of order 4 in matlab

2 次查看(过去 30 天)
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.)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Robust Control Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by