Clearing an image on a push button

3 visualizaciones (últimos 30 días)
Hao Wei Low
Hao Wei Low el 23 de Abr. de 2015
Comentada: Hao Wei Low el 23 de Abr. de 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','')?

Respuesta aceptada

Dishant Arora
Dishant Arora el 23 de Abr. de 2015
set(handles.pushbutton1 , 'Cdata' , []);

Más respuestas (0)

Categorías

Más información sobre Images en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by