Root locus with two inputs?

4 次查看(过去 30 天)
Justin Thakar
Justin Thakar 2021-11-9
回答: Krishna 2024-4-24
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 个评论
Justin Thakar
Justin Thakar 2021-11-9
@Sulaymon Eshkabilov hoping this helps you answer the question.

请先登录,再进行评论。

回答(1 个)

Krishna
Krishna 2024-4-24
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.

类别

Help CenterFile Exchange 中查找有关 Classical Control Design 的更多信息

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by