Root locus with two inputs?

Hello,
I have a simulink model with two inputs, and I'm trying to get the root locus plot of it. Is this possible?
Thank you.

3 件のコメント

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2021 年 11 月 9 日
Pl., post your simulink model, so we can provide an adequate guidance or an answer.
Justin Thakar
Justin Thakar 2021 年 11 月 9 日
編集済み: Justin Thakar 2021 年 11 月 9 日
Right now it's just this @Sulaymon Eshkabilov:
Justin Thakar
Justin Thakar 2021 年 11 月 9 日
@Sulaymon Eshkabilov hoping this helps you answer the question.

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

回答 (1 件)

Krishna
Krishna 2024 年 4 月 24 日

0 投票

Hello Justin,
Certainly! To get a root locus plot from a Simulink model, follow these steps:
  • Linearize your Simulink model to get its linear representation (usually a state-space model) using Simulink Control Design's ‘linearize’ function.
  • Convert the linear model to a transfer function if necessary, using MATLAB's ‘ss2tf’ function for state-space models.
  • Use the ‘rlocus’ function to generate and plot the root locus of the transfer function.
Please go through the following documentation to learn more,
Hope this helps.

カテゴリ

製品

リリース

R2020b

質問済み:

2021 年 11 月 9 日

回答済み:

2024 年 4 月 24 日

Community Treasure Hunt

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

Start Hunting!

Translated by