Cannot save simulink file... "too many output arguments" error pops up..
Afficher commentaires plus anciens
Cannot save simulink file... "too many output arguments" error pops up..
Réponses (1)
Ayush
le 28 Nov 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
Catégories
En savoir plus sur Simulink dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!