Afficher commentaires plus anciens
I woluld like to plot a image on any push button or toggle button
can you pls guide me.
Réponse acceptée
Plus de réponses (2)
Jan
le 7 Juil 2011
Another approach:
pic = fullfile(tempdir, 'picture.png');
uicontrol('Style', 'pushbutton', ...
'String', '
<<file-----pic--.>>
');
1 commentaire
Murali Mohan
le 7 Juil 2011
Paulo Silva
le 7 Juil 2011
0 votes
Catégories
En savoir plus sur Convert Image Type dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!