Whis my root locus plot showing me a blank figure?

조회 수: 12 (최근 30일)
Samuel
Samuel 2025년 8월 7일
답변: Star Strider 2025년 8월 7일
This my code:
sys = tf([2 5 1],[1 2 3]);
rlocus(sys)
I get a blank screen with a heading of "Figure 1"

답변 (1개)

Star Strider
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.
.

카테고리

Help CenterFile Exchange에서 Classical Control Design에 대해 자세히 알아보기

태그

제품


릴리스

R2025a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by