MATLAB: Why did not accept the JPEG image in matlab

image processing

sir i have doubt in why did not accept the JPEG image in matlab during read the images.

Best Answer

%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