rectangular grid lines on root locus plot

7 次查看(过去 30 天)
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
Like this for example:
num = [1];
den = conv ([1 0] , [1 4 8]);
rlocus (num, den)
set(gca,'XGrid','on')
set(gca,'YGrid','on')

类别

Help CenterFile Exchange 中查找有关 Classical Control Design 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by