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

2 vues (au cours des 30 derniers jours)
Allyson
Allyson le 3 Avr 2014
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?

Réponses (2)

Marta Salas
Marta Salas le 3 Avr 2014
have you look at the functions imread and imshow ?
  1 commentaire
Rifat Hasan Prithibi
Rifat Hasan Prithibi le 2 Juin 2019
I need to read this images from a cell array . Plz help . How to assign them ?

Connectez-vous pour commenter.


Azzi Abdelmalek
Azzi Abdelmalek le 3 Avr 2014
im=imread('filename.jpg');
imshow(im)

Catégories

En savoir plus sur Printing and Saving dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by