Error in sisotool function controlSystemDesigner
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 26 de Oct. de 2020
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.
Respuestas (1)
Aria Arianpor
el 29 de Oct. de 2020
1 comentario
Walter Roberson
el 30 de Oct. de 2020
dbstop if caught error
and then do a bunch of debugging.
Ver también
Categorías
Más información sobre Function Creation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!