Error using imread (line 349) ; File "..." does not exist

Hi all, I am getting this error , can please any tell what I am doing wrong, as file do exists.
myFolder = C= imread ('C:\Users\travail\Desktop\Baseimagemessidor\base1\base11\20051020_43808_0100_PP');

 Risposta accettata

Check if the file 20051020_43808_0100_PP exist in the specified directory. you should precise its extension.

5 Commenti

Right, if the file has an extension but you do not specify it then imread() will not find the file.
Even if i put the extension of the file i still get this error
And the file does exist
Stefan Anghele, please show your code where you create the filename and do the imread. Please also show the output of ls() for the directory

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Images in Centro assistenza e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by