How do I make the transfer function matrix to state space?

Hi,everyone, such as the transfer function matrix P=[s+4/s^2+4s+25 -25/s^2+4s+25; s+5/s^2+4s+25 s-25/s^2+4s+25]. How to make the transfer function matrix to state space?

Respuestas (1)

P=[(s+4)/(s^2+4*s+25) -25/(s^2+4*s+25); (s+5)/(s^2+4*s+25) (s-25)/(s^2+4*s+25)]
S=ss(P)

Categorías

Más información sobre Dynamic System Models en Centro de ayuda y File Exchange.

Preguntada:

el 15 de Abr. de 2015

Respondida:

el 15 de Abr. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by