help rlocus function graph
2 次查看(过去 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 ??
回答(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!