Individual input/output response in Simulink

7 ビュー (過去 30 日間)
igng
igng 2017 年 5 月 21 日
コメント済み: Muhammed Emin Yavuzaslan 2025 年 1 月 28 日 16:11
I'm studying the design of a controller in a MIMO system.
Example (2 input, 2 output)
Using MATLAB I obtain the following step response (with the step command)
while in Simulink
I use the following scheme
I'd like to view the effect that a single input has on a single output. Is there a way to obtain the (n_input X n_output) representation in Simulink?
  1 件のコメント
Muhammed Emin Yavuzaslan
Muhammed Emin Yavuzaslan 2025 年 1 月 28 日 16:11
@igng Hi Sir,
Did you fix it ?
Thanks

サインインしてコメントする。

回答 (1 件)

Suhan
Suhan 2017 年 5 月 25 日
編集済み: Suhan 2017 年 5 月 25 日
Yes, you can analyze the effects of a specific input on an output. In Simulink, you can use Linear System Analyzer Tool.
Alternatively, since you know the transfer function or state-space model of the system you might want to consider working in MATLAB as mentioned below:
  • You can use the transfer function corresponding to the input-output pair of interest for frequency domain analysis in MATLAB. Please refer to the following page to know more:
https://in.mathworks.com/help/control/ug/analyzing-mimo-models.html ( I find this one a great tool for MIMO system analysis)
  • The following is a simpler way which allows you to choose the input and output pair for SS or Frequency domain analysis:

カテゴリ

Help Center および File ExchangeDynamic System Models についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by