unable to read a jpg iage in matab
how to read
souce code please

 채택된 답변

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2019년 10월 16일

0 개 추천

Hi,
This is the command:
A = imread('IMAGE.jpg'); % Read the image in MATLAB
imshow(A) % Display the imported image
Good luck

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Images에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by