How to factorise functions of order 4 in matlab
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Maaz Madha
el 2 de Mzo. de 2022
Comentada: Star Strider
el 2 de Mzo. de 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 comentarios
Respuesta aceptada
Star Strider
el 2 de Mzo. de 2022
(It will factor both the numeriator and denominator.)
2 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!