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!