It cannot find the JPG file

It cannot find the jpg file though it is existing it says that
Error using imread>get_full_filename (line 570)
File "RIGHT.JPEG" does not exist.
Error in imread (line 377)
fullname = get_full_filename(filename);
Error in final (line 5)
right = imread('RIGHT.JPEG');
how to fixed this

1 Comment

If you are sure it exists, perhaps it is not on the right path. What if you display the files? Can you post it?
pwd
dir *.JPEG

Sign in to comment.

Answers (0)

Categories

Find more on Convert Image Type in Help Center and File Exchange

Asked:

on 28 Apr 2022

Edited:

on 28 Apr 2022

Community Treasure Hunt

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

Start Hunting!