why my code doesnt work?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
clc;
clear;
clear all;
%read image
imdata=imread('image.jpg');
%show image
imshow(imdata);
1 Kommentar
Sulaymon Eshkabilov
am 16 Okt. 2019
Hi,
Make sure that your file extension is correct: jpg not jpeg
Make sure that your image file name is speleld correctly
Make sure that your image file is in your currect working directory
Good luck.
Antworten (1)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!