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!