Lil
2013 年からアクティブ
Followers: 0 Following: 0
Hi All,
I'm trying to loading a file and I always have an error message(initially my file was :epitime.fil4)
I load it like this:
A=load('epitime.txt')
and I have this error message :
??? Error using ==> load
Unknown text on line number 1 of ASCII file
C:\Users\Liliane\Documents\MATLAB\stage
usa\temps_distance\epitime2.txt
"ARU".
Error in ==> code_temps_distance_filtre4 at 5
A=load('epitime2.txt');
My file contains colums like this : ARU 2.2888 03:23:14 0.0358
Could someone help me please?I tried many things :(
