help rlocus function graph
Mostrar comentarios más antiguos
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 comentarios
KSSV
el 17 de Oct. de 2017
What error it shows up? You have to specify the code and error you got to get help.
marco sebastianelli
el 17 de Oct. de 2017
marco sebastianelli
el 17 de Oct. de 2017
Respuestas (1)
David Ding
el 19 de Oct. de 2017
Editada: David Ding
el 19 de Oct. de 2017
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
Categorías
Más información sobre Classical Control Design en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!