Filter löschen
Filter löschen

The script will read in image files (jpg) into a “cell” array then display them

3 Ansichten (letzte 30 Tage)
I have 5 .jpg images and I am trying to plot a graph. How do I get the script to read the image files and then display them?

Antworten (2)

Marta Salas
Marta Salas am 3 Apr. 2014
have you look at the functions imread and imshow ?

Azzi Abdelmalek
Azzi Abdelmalek am 3 Apr. 2014
im=imread('filename.jpg');
imshow(im)

Kategorien

Mehr zu Printing and Saving finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by