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!