Is it possible to delete the Simulink (R2014b) browser history (back/forward/up to parent) of a model without restarting MATLAB?
显示 更早的评论
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.
回答(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')
类别
在 帮助中心 和 File Exchange 中查找有关 Programmatic Model Editing 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!