- 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..
1 次查看(过去 30 天)
显示 更早的评论
Cannot save simulink file... "too many output arguments" error pops up..
0 个评论
回答(1 个)
Ayush
2024-11-28
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 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!