Clearing an image on a push button

3 Ansichten (letzte 30 Tage)
Hao Wei Low
Hao Wei Low am 23 Apr. 2015
Kommentiert: Hao Wei Low am 23 Apr. 2015
I would like to clear a image that has been put onto a push button using the cdata function. Is it similar to set(handles.pushbutton1,'cdata','')?

Akzeptierte Antwort

Dishant Arora
Dishant Arora am 23 Apr. 2015
set(handles.pushbutton1 , 'Cdata' , []);

Weitere Antworten (0)

Kategorien

Mehr zu Images 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!

Translated by