The script will read in image files (jpg) into a “cell” array then display them
Show older comments
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?
Answers (2)
Marta Salas
on 3 Apr 2014
0 votes
have you look at the functions imread and imshow ?
1 Comment
Rifat Hasan Prithibi
on 2 Jun 2019
I need to read this images from a cell array . Plz help . How to assign them ?
Azzi Abdelmalek
on 3 Apr 2014
im=imread('filename.jpg');
imshow(im)
Categories
Find more on Image Arithmetic in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!