Why does the RLOCUS plot curve incorrectly in MATLAB R2009a?
이전 댓글 표시
The following lines of code reproduce the problem:
rlocus(tf([0 0.21502754557159 -1.05214115726566 2.05983895370513
-2.01687625836747 0.98766449211981 -0.19351354903461], [1 -6 15 -20 15 -6
1], -1, 'Variable', 'z^-1'))
The problem with this plot is that the "rlocus" drawing routine has connected the wrong points to form lines. For example: the upper most green line starts at its own cross in the middle of the plot but ends in the circle of the light green line (the light green line should bend inwards, not outwards).
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Classical Control Design에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!