Is it possible to add symbols to push button?
이전 댓글 표시
Hi,
I want to add a symbol to push button. For instance, I have a button called 'Play' to play the audio file. I want to add the triangular shape beside 'play' text on the button. Is it possible to do that?
Thanks...
답변 (3개)
h = uicontrol
set(h,'cdata',rand(100,100,3))
카테고리
도움말 센터 및 File Exchange에서 Audio and Video Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!