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' , []);

추가 답변 (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