Error while saving Simulink model
24 ビュー (過去 30 日間)
古いコメントを表示
This is the message error if I try to save a Simulink model (both by using the 'save' menu command and the command line 'save_system' ):
An error occurred during a callback while saving 'myFile.slx'. The previously saved version of this file (if any) has not been
changed.
Caused by:
Width and height must be > 0.
Please note that:
- the error pesists even removing all the callbacks used by the model;
- I already tried the command line: restoredefaultpath.
Regards
Vincenzo
2 件のコメント
Fangjun Jiang
2022 年 5 月 1 日
"the error pesists even removing all the callbacks used by the model". Apparently the callbacks have not been completely removed, because "An error occurred during a callback".
Show as much info as possible related to the error.
回答 (1 件)
Fangjun Jiang
2022 年 5 月 1 日
run "dbstop if error" in MATLAB Command Window first and then save, see if you can get any lead where the error occured.
参考
カテゴリ
Help Center および File Exchange で Simulink Environment Customization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!