- 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!