Completely fresh start on "Run"
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!