Transfer of Transfer Functions 4X4 Matrix from Matlab to Simulink
Ältere Kommentare anzeigen
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
Antworten (1)
Arkadiy Turevskiy
am 30 Sep. 2013
0 Stimmen
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
- Split it into 4 4x1 systems, each of these 4 4x1 modele with a transfer function block or
- convert you tf to state space: sys=ss(yourtransferfunction), and use state space block with arguments sys.a, sys.b, sys.c, sys.d
Kategorien
Mehr zu Dynamic System Models finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!