Plot root loci with ((K))
2 ビュー (過去 30 日間)
古いコメントを表示
how can i write the K variable in mat lab for a transfer function weather its zeros or poles for example k(s+3)
0 件のコメント
回答 (1 件)
Aquatris
2018 年 7 月 25 日
You get your transfer function in the form;
sys = k*G(s)
then to get root locus you call the function
rlocus(G)
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Weather and Atmospheric Science についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!