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!