I want to add a picture to matlab , and need this image's matrix too. and I don't have more information from image proccessing. have you some matlab command to do this?

3 comentarios

Yash
Yash el 8 de Jul. de 2012
picture to matlab file??? didnt get you u can read a picture using imread
Walter Roberson
Walter Roberson el 8 de Jul. de 2012
Fatemeh, when you re-open an Unclear question, you need to provide more details so that people can answer the question.
Sarim Iqbal
Sarim Iqbal el 22 de Oct. de 2020
A=imread('imagename.JPG');

Iniciar sesión para comentar.

 Respuesta aceptada

Ryan
Ryan el 8 de Jul. de 2012

0 votos

do you have the image processing toolbox? if so:
I = imread('imagename.extension');
The result will be a 2- or 3-D matrix I which can be visualized by the command imshow
figure(1), imshow(I)

Más respuestas (1)

Fatima prv
Fatima prv el 10 de Jul. de 2012
Editada: Fatima prv el 10 de Jul. de 2012

0 votos

I want to simulate a radar display. And need I add a binary image so that I could refresh my page every time.
Can someone help? And I would like to speak with him? at a meesanger, for example.

Categorías

Más información sobre Images en Centro de ayuda y File Exchange.

Preguntada:

el 5 de Jul. de 2012

Comentada:

el 22 de Oct. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by