Clearing an image on a push button

3 次查看(过去 30 天)
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' , []);

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Images 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by