Completely fresh start on "Run"
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I am currently developing an app in GUIDE and the following unwanted effect ocurred to me: Matlab preserves certain Variables, Figures and Axes when the "Run"-Button is clicked while the code ist still running.
I would rather like to have a completely new session on every run (e.g. to simulate behaviour when the app is deployed and to avoid having to close the app window before every re-run of the code (lazy-me)).
I appended
clc
cla
to my OpeningFcn, but this still does not do the trick. Problem is, that the App already started when the OpeningFcn is reached. So
cla reset
clears parts of the new instance and therefore cannot be used. How can I make Matlab purge all on every run?
Thanks in advance!
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!