Data Cursor returns "Error" in root locus plot

조회 수: 5 (최근 30일)
Seiya Shimizu
Seiya Shimizu 2011년 11월 16일
When I plot a simple root locus and put a data cursor on it to see gain and damping ratio, the cursor just returned "Error" in the box. Is there known solution to this?
s=tf('s');
sys=1/(s+1)/(s+5);
rlocus(sys);
MATLAB: Version 7.10.0.499 (EDU) OS: 32bit Windows7 SP1 JAVA: Version 6, Update 15
Thank you very much. Regards,
  댓글 수: 1
Craig
Craig 2012년 7월 19일
I was unable to reproduce this. If you type
>> dbstop if all error
then put on the data cursor what line does it stop at? And what does
>> lasterror
return?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by