clc;
clear;
clear all;
%read image
imdata=imread('image.jpg');
%show image
imshow(imdata);

1 Kommentar

Sulaymon Eshkabilov
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.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Ni2
Ni2 am 16 Okt. 2019

0 Stimmen

Provide full path to the file otherwise keep both image file and matlab file in same location.

2 Kommentare

LAXMI PRIYANKA
LAXMI PRIYANKA am 16 Okt. 2019
how to provide full path? please help me with the code
Ni2
Ni2 am 16 Okt. 2019
For example:
'C:\Users\ni2linkha\Desktop\image.jpg'
Right click the image icon and select properties. See for location you can find its full path there.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Convert Image Type finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 16 Okt. 2019

Kommentiert:

Ni2
am 16 Okt. 2019

Community Treasure Hunt

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

Start Hunting!

Translated by