Clear image in GUI?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Kyle
am 10 Jul. 2011
Kommentiert: Yibiao
am 19 Feb. 2015
Hi,
Is there another way to clear image in axes beside using the following code?
cla(handles.im1,'reset')
If i use this, it even clears the ButtonDownFcn of my axes.
Thanks
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (2)
Paulo Silva
am 10 Jul. 2011
Just delete the children of the current axes
delete(get(gca,'Children'))
The buttondownfcn of the axes remains unchanged
4 Kommentare
norfaizayu
am 30 Jan. 2012
i cannot run the source code. is it just put the coding?i have 3 axes to be clear in gui. so how can i clear it?
1 Kommentar
Siehe auch
Kategorien
Mehr zu Interactive Control and Callbacks finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!