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

Answers (1)

Star Strider
Star Strider on 16 Nov 2022
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.

Categories

Asked:

on 16 Nov 2022

Answered:

on 16 Nov 2022

Community Treasure Hunt

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

Start Hunting!