From: AP Pal on
Can somebody please help me, it seems obvious , but i cannot figure it out
i am using

A=csvread(uigetfile(('*.csv'),'Select the ','C:\..\...'));

to read the file from a folder, it seems simple , but when i pick the file. matlab gives me error

??? Error using ==> csvread at 38
File not found.

i get same error for xlsread!!!!
i do have letters in 1,1 of the file.csv but even if i pick csvread from 2,2 it gives same error

help !!

"AP Pal" <avispal(a)gmail.com> wrote in message <haagcu$262$1(a)fred.mathworks.com>...
> I am new in matlab and have 100 files and am reading 3 at a time manually using xlsread. I was wondering if someone can help me to use the gui pop up menu so i can select the file with its path to read to my program directly. currently iam changing the file name and path in editor after every run.
> thanks a lot