Get plot of designed root locus from control system designer
Show older comments
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.
Answers (1)
Fangjun Jiang
on 17 Mar 2016
The function is rlocus(). You do need the Control System Toolbox.
h = tf([2 5 1],[1 2 3]);
rlocus(h)
Categories
Find more on Classical Control Design in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!