Clearing an image on a push button

4 views (last 30 days)
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','')?

Accepted Answer

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

More Answers (0)

Community Treasure Hunt

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

Start Hunting!