How to clear getappdata setappdata variables or workspace?
Show older comments
How to clear getappdata setappdata variables or workspace? I am using getappdata and setappdata in callback functions, but it is not clearing when I rerun script? How to clear that workspace?
Answers (1)
Adam
on 2 Sep 2016
Did you look at the help pages?
The 'See Also' section links to
doc rmappdata
6 Comments
Vishal Kulkarni
on 2 Sep 2016
Adam
on 2 Sep 2016
Which graphics object are you setting the data on? IF you set it on any object other than groot it will clear automatically when that graphics object is deleted.
Vishal Kulkarni
on 12 Sep 2016
Stephen23
on 12 Sep 2016
Adam
on 12 Sep 2016
Whether you are using it for graphics objects or not as far as I am aware setappdata requires the handle of some graphics object as its first argument and that is what it attaches the data to.
Vishal Kulkarni
on 13 Sep 2016
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!