이전 댓글 표시
I woluld like to plot a image on any push button or toggle button
can you pls guide me.
채택된 답변
추가 답변 (2개)
Jan
2011년 7월 7일
Another approach:
pic = fullfile(tempdir, 'picture.png');
uicontrol('Style', 'pushbutton', ...
'String', '
<<file-----pic--.>>
');
카테고리
도움말 센터 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!