How can I plot a root locus for an open loop system?

Hi,
I need help in plotting an open loop system for the following equation:
G(s)=K / s[(Is+a)(Hs+R) +K^2]

 채택된 답변

Jason R
Jason R 2015년 1월 26일

0 개 추천

To find the root locus of G=1/(10s+5), use the following code:
s=tf('s'); G=tf(1/(10*s+5)); rlocus(G)
This should be enough to get you going.

추가 답변 (0개)

카테고리

질문:

2015년 1월 26일

답변:

2015년 1월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by