Get plot of designed root locus from control system designer

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)

The function is rlocus(). You do need the Control System Toolbox.
h = tf([2 5 1],[1 2 3]);
rlocus(h)

Community Treasure Hunt

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

Start Hunting!

Translated by