Get plot of designed root locus from control system designer
Afficher commentaires plus anciens
Is there a way to get a plot of root Lotus editor in control system designer? I am curently using Matlab 2016a and I know that it was possible in older versions.
Thanks.
Réponses (1)
Fangjun Jiang
le 17 Mar 2016
The function is rlocus(). You do need the Control System Toolbox.
h = tf([2 5 1],[1 2 3]);
rlocus(h)
Catégories
En savoir plus sur Classical Control Design dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!