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

4 views (last 30 days)
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');

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 25 May 2015
Check if the file 20051020_43808_0100_PP exist in the specified directory. you should precise its extension.
  5 Comments
Walter Roberson
Walter Roberson on 13 Nov 2016
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

Sign in to comment.

More Answers (0)

Categories

Find more on File Operations in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!