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 件のコメント

Mathieu NOE
Mathieu NOE 2020 年 10 月 26 日
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 2020 年 10 月 26 日
編集済み: Aria Arianpor 2020 年 10 月 26 日
Is't there any other way to dispense with reinstalling Matlab?
Walter Roberson
Walter Roberson 2020 年 10 月 26 日
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.
Aria Arianpor
Aria Arianpor 2020 年 10 月 27 日
Thanks for your help, but it's made no defference

サインインしてコメントする。

回答 (1 件)

Aria Arianpor
Aria Arianpor 2020 年 10 月 29 日

0 投票

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

1 件のコメント

Walter Roberson
Walter Roberson 2020 年 10 月 30 日
dbstop if caught error
and then do a bunch of debugging.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeFunction Creation についてさらに検索

製品

リリース

R2017b

質問済み:

2020 年 10 月 24 日

コメント済み:

2020 年 10 月 30 日

Community Treasure Hunt

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

Start Hunting!

Translated by