Pole-zero map

6 ビュー (過去 30 日間)
Sarunas Z.
Sarunas Z. 2012 年 3 月 13 日
回答済み: nick 2024 年 1 月 5 日
I want to ask you. Maybe somebody know, how need get this "Root locus plot" curve, it is drew which picture

回答 (1 件)

nick
nick 2024 年 1 月 5 日
Hello Sarunas,
I understand from your query that you need assistance with finding the root locus. Unfortunately, the image you have shared is no longer accessible.
I assume that you have a Single-Input, Single-Output (SISO) system defined either as a continuous-time or discrete-time LTI system or identified LTI model. You can use the “rlocus” function to obtain the root locus plot of your system as shown in the code snippet below:
sys = tf([1], [1 0 1]) % defining the system
rlocus(sys)
Here is the obtained output:
Kindly refer the following documentation to learn more about “rlocus” function:
Hope this helps,
Regards,
Neelanshu

カテゴリ

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