Clearing an image on a push button

3 vues (au cours des 30 derniers jours)
Hao Wei Low
Hao Wei Low le 23 Avr 2015
Commenté : Hao Wei Low le 23 Avr 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','')?

Réponse acceptée

Dishant Arora
Dishant Arora le 23 Avr 2015
set(handles.pushbutton1 , 'Cdata' , []);
  1 commentaire
Hao Wei Low
Hao Wei Low le 23 Avr 2015
Thank you so much!

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by