why did not accept the JPEG image in matlab ?
조회 수: 1 (최근 30일)
이전 댓글 표시
sir i have doubt in why did not accept the JPEG image in matlab during read the images.
댓글 수: 2
Image Analyst
2013년 9월 24일
And attach the image so we can try to open it also. Use the paper clip icon.
채택된 답변
Azzi Abdelmalek
2013년 9월 24일
%Example
folder=E:\matlab
filename='imag1.jpg'
f=fullfile(flder,filename)
im=imread(f)
If your code is not working, maybe the image is not in the current folder. Can you post the error message
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!