- 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
Cannot save simulink file... "too many output arguments" error pops up..
2 views (last 30 days)
Show older comments
Cannot save simulink file... "too many output arguments" error pops up..
0 Comments
Answers (1)
Ayush
on 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:
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!