How can I plot a root locus for an open loop system?
14 ビュー (過去 30 日間)
古いコメントを表示
採用された回答
Jason R
2015 年 1 月 26 日
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 件のコメント
その他の回答 (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!