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','')?

 採用された回答

Dishant Arora
Dishant Arora 2015 年 4 月 23 日

0 投票

set(handles.pushbutton1 , 'Cdata' , []);

1 件のコメント

Hao Wei Low
Hao Wei Low 2015 年 4 月 23 日
Thank you so much!

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by