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.
回答(1 个)
Fangjun Jiang
2016-3-17
The function is rlocus(). You do need the Control System Toolbox.
h = tf([2 5 1],[1 2 3]);
rlocus(h)
类别
在 帮助中心 和 File Exchange 中查找有关 Classical Control Design 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!