help rlocus function graph
조회 수: 4 (최근 30일)
이전 댓글 표시
I have matlab R2017a with academic licenze, the function rlocus, rlocusplot, don't work, don't plot the graph, but matlab don t have error.what I can do ??
댓글 수: 3
답변 (1개)
David Ding
2017년 10월 19일
편집: David Ding
2017년 10월 19일
Hi Marco,
I understand that the following code
>> h = tf([1 2 3],[4 3 5]); [R,K] = rlocus(h);
is giving you error in R2017a.
I was not able to reproduce this on my end in R2017a. Given the fact that the error points to a missing DLL file, your best bet would be to reinstall MATLAB and run the code again upon re-installation.
Hope this helps.
Thanks,
David
댓글 수: 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!