Clearing an image on a push button

3 ビュー (過去 30 日間)
Hao Wei Low
Hao Wei Low 2015 年 4 月 23 日
コメント済み: Hao Wei Low 2015 年 4 月 23 日
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 日
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