The script will read in image files (jpg) into a “cell” array then display them
显示 更早的评论
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?
回答(2 个)
Marta Salas
2014-4-3
0 个投票
have you look at the functions imread and imshow ?
1 个评论
Rifat Hasan Prithibi
2019-6-2
I need to read this images from a cell array . Plz help . How to assign them ?
Azzi Abdelmalek
2014-4-3
im=imread('filename.jpg');
imshow(im)
类别
在 帮助中心 和 File Exchange 中查找有关 Image Arithmetic 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!