I cannot read and display this image
古いコメントを表示
By using simple imread and then disp command
for example: im=imread("daemon.jpeg");
disp(im);
this pic dont open but other jpeg pictures open perfectly
please make and give me a code that will open and read these types of jpeg so i can use that code on my project
Download and try this image please
My Course teacher Gave us project with this Pic

採用された回答
その他の回答 (1 件)
Image Analyst
2023 年 8 月 29 日
Use imshow() instead of disp():
imshow(im);
カテゴリ
ヘルプ センター および File Exchange で Prepare Model Inputs and Outputs についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!