Borrar filtros
Borrar filtros

How to factorise functions of order 4 in matlab

2 visualizaciones (últimos 30 días)
Maaz Madha
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);

Respuesta aceptada

Star Strider
Star Strider el 2 de Mzo. de 2022
See if the zpk function will do what you want.
(It will factor both the numeriator and denominator.)
  2 comentarios
Maaz Madha
Maaz Madha el 2 de Mzo. de 2022
Thank you so much.
Star Strider
Star Strider el 2 de Mzo. de 2022
As always, my pleasure!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Robust Control Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by