Root locus with two inputs?

4 visualizaciones (últimos 30 días)
Justin Thakar
Justin Thakar el 9 de Nov. de 2021
Respondida: Krishna el 24 de Abr. de 2024
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 comentarios
Justin Thakar
Justin Thakar el 9 de Nov. de 2021
Editada: Justin Thakar el 9 de Nov. de 2021
Right now it's just this @Sulaymon Eshkabilov:
Justin Thakar
Justin Thakar el 9 de Nov. de 2021
@Sulaymon Eshkabilov hoping this helps you answer the question.

Iniciar sesión para comentar.

Respuestas (1)

Krishna
Krishna el 24 de Abr. de 2024
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.

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by