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');

 采纳的回答

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

5 个评论

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
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

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Images 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by