Mostra commenti meno recenti
I woluld like to plot a image on any push button or toggle button
can you pls guide me.
Risposta accettata
Più risposte (2)
Jan
il 7 Lug 2011
Another approach:
pic = fullfile(tempdir, 'picture.png');
uicontrol('Style', 'pushbutton', ...
'String', '
<<file-----pic--.>>
');
1 Commento
Murali Mohan
il 7 Lug 2011
Paulo Silva
il 7 Lug 2011
0 voti
Categorie
Scopri di più su Convert Image Type in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!