Error in sisotool function controlSystemDesigner
4 次查看(过去 30 天)
显示 更早的评论
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 个评论
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.
回答(1 个)
Aria Arianpor
2020-10-29
1 个评论
Walter Roberson
2020-10-30
dbstop if caught error
and then do a bunch of debugging.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Function Creation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!