Boeing 747 transfer functions

I have lateral results like this, how can I transform transfer functions
A =
x1 x2 x3 x4 x5
x1 -0.05577 0 -235.9 9.81 0
x2 -0.0127 -0.4349 0.4142 0 0
x3 0.003565 -0.006054 -0.1458 0 0
x4 0 1 0 0 0
x5 0 0 1 0 0

Respuestas (1)

Star Strider
Star Strider el 16 de Nov. de 2022

1 voto

That would seem to be the ‘A’ matrix of a state space model. Use the Control System Toolbox ss function (with the other necessary ‘B’, ‘C’, and ‘D’ matrices) to create the system object for it. If you need a transfer function result, then use the tf function on the system object.

Categorías

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

Preguntada:

el 16 de Nov. de 2022

Respondida:

el 16 de Nov. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by