Mostrar comentarios más antiguos
I woluld like to plot a image on any push button or toggle button
can you pls guide me.
Respuesta aceptada
Más respuestas (2)
Jan
el 7 de Jul. de 2011
Another approach:
pic = fullfile(tempdir, 'picture.png');
uicontrol('Style', 'pushbutton', ...
'String', '
<<file-----pic--.>>
');
1 comentario
Murali Mohan
el 7 de Jul. de 2011
Paulo Silva
el 7 de Jul. de 2011
0 votos
Categorías
Más información sobre Convert Image Type en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!