cuachua
2010-01-19 13:13:03 UTC
Hi every body,
I would like to read data from many ascii files (*.asc) that content header (100 lines) and the different number of data lines. Following is example of 2 data lines:
12:35:16;?;?;2;1;2;-61.86;10.67;3535499943.759124;5000000;512;2;-65.03;9.51;3446499743.795071;5000000;512;?;?;?;?;?;?;?
12:35:17;9.394587;53.196232;2;1;2;-61.86;10.67;3535499943.759124;5000000;512;2;-64.11;10.99;3446499743.795071;5000000;512;?;?;?;?;?;?;?
where "?" is NaN. In each line, needed datas are seperated by ";"
I want to load all these data to save to .mat file. Anybody of you has the experience on doing the same thing? please help me.
Thank you very much,
TK
I would like to read data from many ascii files (*.asc) that content header (100 lines) and the different number of data lines. Following is example of 2 data lines:
12:35:16;?;?;2;1;2;-61.86;10.67;3535499943.759124;5000000;512;2;-65.03;9.51;3446499743.795071;5000000;512;?;?;?;?;?;?;?
12:35:17;9.394587;53.196232;2;1;2;-61.86;10.67;3535499943.759124;5000000;512;2;-64.11;10.99;3446499743.795071;5000000;512;?;?;?;?;?;?;?
where "?" is NaN. In each line, needed datas are seperated by ";"
I want to load all these data to save to .mat file. Anybody of you has the experience on doing the same thing? please help me.
Thank you very much,
TK