Plotting Root Locus In matlab with K being a positive integar

67 ビュー (過去 30 日間)
Kevin Swenson
Kevin Swenson 2022 年 5 月 3 日
回答済み: Paul 2022 年 5 月 3 日
I have a transfer function of K/(s^3+9s^2+27s+27) and am wondering how to plot the root locus of this as the numerator is a variable. K is gain and has to be a positive integar.

回答 (1 件)

Paul
Paul 2022 年 5 月 3 日
Can use
r = rlocus(sys,K)
where sys is the transfer function with numerator of 1 and K is a vector of positive integers of interest. Then use plot() to plot the imaginary part and real part of r.

カテゴリ

Help Center および File ExchangeClassical Control Design についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by