read an image in matlab2014a

5 visualizaciones (últimos 30 días)
LAXMI PRIYANKA
LAXMI PRIYANKA el 16 de Oct. de 2019
Comentada: LAXMI PRIYANKA el 16 de Oct. de 2019
unable to read a jpg iage in matab
how to read
souce code please

Respuesta aceptada

Sulaymon Eshkabilov
Sulaymon Eshkabilov el 16 de Oct. de 2019
Hi,
This is the command:
A = imread('IMAGE.jpg'); % Read the image in MATLAB
imshow(A) % Display the imported image
Good luck

Más respuestas (0)

Categorías

Más información sobre Images en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by