필터 지우기
필터 지우기

read an image in matlab2014a

조회 수: 2 (최근 30일)
LAXMI PRIYANKA
LAXMI PRIYANKA 2019년 10월 16일
댓글: LAXMI PRIYANKA 2019년 10월 16일
unable to read a jpg iage in matab
how to read
souce code please

채택된 답변

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2019년 10월 16일
Hi,
This is the command:
A = imread('IMAGE.jpg'); % Read the image in MATLAB
imshow(A) % Display the imported image
Good luck

추가 답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by