Show older comments
I woluld like to plot a image on any push button or toggle button
can you pls guide me.
Accepted Answer
More Answers (2)
Jan
on 7 Jul 2011
Another approach:
pic = fullfile(tempdir, 'picture.png');
uicontrol('Style', 'pushbutton', ...
'String', '
<<file-----pic--.>>
');
1 Comment
Murali Mohan
on 7 Jul 2011
Paulo Silva
on 7 Jul 2011
0 votes
Categories
Find more on Convert Image Type in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!