rectangular grid lines on root locus plot

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

1 Kommentar

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

Melden Sie sich an, um zu kommentieren.

Antworten (1)

C.J. Harris
C.J. Harris am 22 Dez. 2011

1 Stimme

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

Tags

Gefragt:

am 22 Dez. 2011

Kommentiert:

am 4 Nov. 2019

Community Treasure Hunt

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

Start Hunting!

Translated by