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

回答(1 个)

Star Strider
Star Strider 2022-11-16

1 个投票

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.

类别

帮助中心File Exchange 中查找有关 Dynamic System Models 的更多信息

提问:

2022-11-16

回答:

2022-11-16

Community Treasure Hunt

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

Start Hunting!

Translated by