rectangular grid lines on root locus plot

How can I put rectangular grid lines on a root locus plot?

1 件のコメント

ashwani gupta
ashwani gupta 2019 年 11 月 4 日
It is not possible to do that probably Bcz if you are aware that the lines are for constant zeta and frequency.

サインインしてコメントする。

回答 (1 件)

C.J. Harris
C.J. Harris 2011 年 12 月 22 日

1 投票

Like this for example:
num = [1];
den = conv ([1 0] , [1 4 8]);
rlocus (num, den)
set(gca,'XGrid','on')
set(gca,'YGrid','on')

カテゴリ

タグ

質問済み:

2011 年 12 月 22 日

コメント済み:

2019 年 11 月 4 日

Community Treasure Hunt

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

Start Hunting!

Translated by