Is it possible to delete the Simulink (R2014b) browser history (back/forward/up to parent) of a model without restarting MATLAB?
1 回表示 (過去 30 日間)
古いコメントを表示
Problem: We observe a strong decrease of browsing performance with large models when several browse steps were saved in the history. Performance is good again after restarting MATLAB.
0 件のコメント
回答 (1 件)
Subhadra Mahanti
2016 年 2 月 5 日
Why restart MATLAB? Doesn't closing the model help? E.g.
bdclose all
%or if you want to just close a specific model (say aModel)
bdclose('aModel')
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Programmatic Model Editing についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!