Completely fresh start on "Run"

3 views (last 30 days)
Johannes
Johannes on 10 Feb 2018
Edited: Johannes on 10 Feb 2018
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!

Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!