DO I need Image processing tool box to upload image into GUI

I dont have "imshow" command in my matlab 2012b,,,,is it because i don haver image processing toolbox

Respuestas (2)

Jurgen
Jurgen el 22 de En. de 2013
Editada: Jurgen el 22 de En. de 2013
I think this should work?
I = imread('file_on_path.jpg')
imagesc(I);

3 comentarios

I am able to read image and show it,,,but it is squuezing image,,,i am uploading a simulink model image on gui,,,but its not so clear,,,any other way to import image roperly
What do you mean by "squeezing" ? Are you talking about the colors, or about the image size, or about the axis proportions ?
about the image size,,,the connections of simulink model which i am uploading are not visible and blocks are squeezed,,,and charecters which are there in the image re not clear

Iniciar sesión para comentar.

Image Analyst
Image Analyst el 23 de En. de 2013
You can use image() without the Image Processing Toolbox. You can also use imagesc() but it applies some weird colormap by default that you'll most likely need to correct with colormap() function to a more appropriate colormap, like gray. image() applies a grayscale color map by default. With either one you can still call colormap to apply whatever colormap you want.

1 comentario

AAccording Mr jurgen i tried but up;oaded image is not clear,,,irts squeezing the image...any other way to import image with altering it

Iniciar sesión para comentar.

Categorías

Etiquetas

Aún no se han introducido etiquetas.

Preguntada:

el 22 de En. de 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by