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 Kommentare

KSSV
KSSV am 17 Okt. 2017
What error it shows up? You have to specify the code and error you got to get help.
marco sebastianelli
marco sebastianelli am 17 Okt. 2017
mi code is: h = tf([1 2 3],[4 3 5]); rlocus(h); matlab no return error, appears the figure axis X axis Y but don't plot the graph
marco sebastianelli
marco sebastianelli am 17 Okt. 2017
but if use this code : h = tf([1 2 3],[4 3 5]); [R,K] = rlocus(h); message error is :Error using DynamicSystem/rlocus (line 51) Invalid MEX-file 'C:\Program Files\MATLAB\R2017a\toolbox\shared\controllib\engine\numerics\frkernel.mexw64': Missing dependent shared libraries: 'libmwslicot.dll' required by 'C:\Program Files\MATLAB\R2017a\toolbox\shared\controllib\engine\numerics\frkernel.mexw64'.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

David Ding
David Ding am 19 Okt. 2017
Bearbeitet: David Ding am 19 Okt. 2017

0 Stimmen

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

Gefragt:

am 17 Okt. 2017

Bearbeitet:

am 19 Okt. 2017

Community Treasure Hunt

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

Start Hunting!

Translated by