rectangular grid lines on root locus plot
Afficher commentaires plus anciens
How can I put rectangular grid lines on a root locus plot?
1 commentaire
ashwani gupta
le 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.
Réponses (1)
C.J. Harris
le 22 Déc 2011
Like this for example:
num = [1];
den = conv ([1 0] , [1 4 8]);
rlocus (num, den)
set(gca,'XGrid','on')
set(gca,'YGrid','on')
Catégories
En savoir plus sur Classical Control Design dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!