Cannot save simulink file... "too many output arguments" error pops up..
Mostrar comentarios más antiguos
Cannot save simulink file... "too many output arguments" error pops up..
Respuestas (1)
Ayush
el 28 de Nov. de 2024
It seems that the MATLAB path has been corupted and can be fixed by executing the following commands:
restoredefaultpath
rehash toolboxcache
sl_refresh_customizations
You can read further from:
- restoredefaultpath: https://www.mathworks.com/help/matlab/ref/restoredefaultpath.html
- rehash: https://www.mathworks.com/help/matlab/ref/rehash.html
- sl_refresh_customizations: https://www.mathworks.com/help/simulink/slref/sl_refresh_customizations.html
Categorías
Más información sobre Simulink 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!