Undefined function 'simset' for input arguments of type 'char'.
Mostrar comentarios más antiguos
Hello,
I have a main GUI (Optimizer) that calls another GUI (Simulation), and this one runs a simulink model. In the Simulation GUI, I have a .m file and in this file I have the following line:
options = simset('SrcWorkspace','current');
When I run the code directly from the Simulation GUI, I've got no problems. However, when I run the Optimizer GUI I get the following error:
Error Message:
Undefined function 'simset' for input arguments of type 'char'.
How can I fix this? Any ideas?
Thanks in advance!
Respuestas (1)
Jim Riggs
el 11 de Feb. de 2020
0 votos
simset is an obsolete function.
2 comentarios
Pedro Augusto de Castro e Castro
el 13 de Feb. de 2020
Jim Riggs
el 13 de Feb. de 2020
It's hard to say. Obsolete functions are no longer supported. They may cause unexpected results.
Categorías
Más información sobre App Building en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!