Error in sisotool function controlSystemDesigner

This is the error i face when I call sisotool
Error using controlSystemDesigner (line 243) Output argument "angle" (and maybe others) not assigned during call to "angle".
Error in sisotool (line 88) h = controlSystemDesigner(varargin{:});
Error in exaple (line 11) sisotool(syst)
this is the code
s=tf('s');
syst= 1/(1+s)^2;
sisotool(syst)
or even simply
sisotool
I have removed Matlab 2017b completely and installed 2019b. Surprisingly, I still have trouble calling 'sisotool'. What should I do now?

4 Kommentare

Mathieu NOE
Mathieu NOE am 26 Okt. 2020
It works on my R2020b
have you removed or modified files in the toolbox ?
maybe you will have to reinstall your matlab
Aria Arianpor
Aria Arianpor am 26 Okt. 2020
Bearbeitet: Aria Arianpor am 26 Okt. 2020
Is't there any other way to dispense with reinstalling Matlab?
restoredefaultpath
rehash toolboxcache
and try again.
I suspect you have a third-party toolbox such as psat installed that is interfering with using the code.
Thanks for your help, but it's made no defference

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Aria Arianpor
Aria Arianpor am 29 Okt. 2020

0 Stimmen

I have removed Matlab 2017b completely and installed 2019b. Surprisingly, I still have trouble calling 'sisotool'. What should I do now?

Kategorien

Mehr zu Function Creation finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2017b

Gefragt:

am 24 Okt. 2020

Kommentiert:

am 30 Okt. 2020

Community Treasure Hunt

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

Start Hunting!

Translated by