How to factorise functions of order 4 in matlab
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Maaz Madha
am 2 Mär. 2022
Kommentiert: Star Strider
am 2 Mär. 2022
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);
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Dynamic System Models finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!