Is it possible to delete the Simulink (R2014b) browser history (back/forward/up to parent) of a model without restarting MATLAB?
    7 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
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 commentaires
Réponses (1)
  Subhadra Mahanti
    
 le 5 Fév 2016
        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 commentaires
Voir également
Catégories
				En savoir plus sur Programmatic Model Editing dans Help Center et File Exchange
			
	Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

