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