Root locus with two inputs?
조회 수: 4 (최근 30일)
이전 댓글 표시
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
답변 (1개)
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Classical Control Design에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
