Reading dat files in matlab

Status
Not open for further replies.

anupama385

Newbie level 5
Joined
Mar 2, 2011
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Germany
Activity points
1,325
In matlab, when I am trying to read a dat file, I get error:

??? Error using ==> load
Unable to read file C:\Users\Desktop\110224_Ch1_hdrdat: No such file or directory.

Error in ==> PDV_DSPtest>read_data_pb_Callback at 123
mydata =load([pathname filenameap]);

What could be the solution for this problem???
 

matlab doesn't like filenames that begin with a number. I don't know why, and I don't know why the haven't fixed this bug, but there you go. It has caught me out a few times.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…