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

 채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2015년 5월 25일

0 개 추천

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.
thank you
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

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Images에 대해 자세히 알아보기

질문:

2015년 5월 25일

댓글:

2016년 11월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by