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 commentaire

Riccardo Scorretti
Riccardo Scorretti le 28 Avr 2022
Modifié(e) : Riccardo Scorretti le 28 Avr 2022
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

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Convert Image Type dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by