필터 지우기
필터 지우기

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

조회 수: 3 (최근 30일)
Allyson
Allyson 2014년 4월 3일
댓글: Rifat Hasan Prithibi 2019년 6월 2일
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
Marta Salas 2014년 4월 3일
have you look at the functions imread and imshow ?

Azzi Abdelmalek
Azzi Abdelmalek 2014년 4월 3일
im=imread('filename.jpg');
imshow(im)

카테고리

Help CenterFile Exchange에서 Printing and Saving에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by