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