Need a equivalent function of imshow.
22 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I want to show a snap on my UI. So I have to use imshow function. But I cant use because I dont have image processing toolbox. Can you please provide me a function equivalent to imshow.
0 comentarios
Respuestas (1)
Amith Kamath
el 17 de Nov. de 2011
you could use the function
image
or
imagesc
but you need to take care of how the colors are represented. I believe both these functions are not part of the Image Processing toolbox.
0 comentarios
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!