Transfer of Transfer Functions 4X4 Matrix from Matlab to Simulink

Hi Everyone,
I am trying to directly use the transfer functions of a 4X4 matrix from the workspace into simulink Transfer Function block.
Can anybody help me how to do this ?
Regards

답변 (1개)

Arkadiy Turevskiy
Arkadiy Turevskiy 2013년 9월 30일

0 개 추천

As the documentation for Transfer Function block states:
"The block can model single-input single-output (SISO) and single-input multiple output (SIMO) systems."
For a 4x4 system you could
  1. Split it into 4 4x1 systems, each of these 4 4x1 modele with a transfer function block or
  2. convert you tf to state space: sys=ss(yourtransferfunction), and use state space block with arguments sys.a, sys.b, sys.c, sys.d

카테고리

도움말 센터File Exchange에서 Dynamic System Models에 대해 자세히 알아보기

제품

태그

질문:

2013년 5월 27일

답변:

2013년 9월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by