How to factorise functions of order 4 in matlab

3 views (last 30 days)
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);

Accepted Answer

Star Strider
Star Strider on 2 Mar 2022
See if the zpk function will do what you want.
(It will factor both the numeriator and denominator.)

More Answers (0)

Categories

Find more on Robust Control Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!