Ältere Kommentare anzeigen
I woluld like to plot a image on any push button or toggle button
can you pls guide me.
Akzeptierte Antwort
Weitere Antworten (2)
Jan
am 7 Jul. 2011
Another approach:
pic = fullfile(tempdir, 'picture.png');
uicontrol('Style', 'pushbutton', ...
'String', '
<<file-----pic--.>>
');
1 Kommentar
Murali Mohan
am 7 Jul. 2011
Paulo Silva
am 7 Jul. 2011
0 Stimmen
Kategorien
Mehr zu Convert Image Type finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!