Azzera filtri
Azzera filtri

read an image in matlab2014a

2 visualizzazioni (ultimi 30 giorni)
LAXMI PRIYANKA
LAXMI PRIYANKA il 16 Ott 2019
Commentato: LAXMI PRIYANKA il 16 Ott 2019
unable to read a jpg iage in matab
how to read
souce code please

Risposta accettata

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

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by