Whis my root locus plot showing me a blank figure?
조회 수: 12 (최근 30일)
이전 댓글 표시
This my code:
sys = tf([2 5 1],[1 2 3]);
rlocus(sys)
I get a blank screen with a heading of "Figure 1"
댓글 수: 0
답변 (1개)
Star Strider
2025년 8월 7일
It works here and in MATLAB Online for me --
sys = tf([2 5 1],[1 2 3]);
rlocus(sys)
The problem may be your browser. Try clearing the cache. If you still have problems, Contact Support.
.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Classical Control Design에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
