read files in a directory
Show older comments
I have to read data files in a directory. The asc files that I need to read are in subfolders. In each subfolder there are four asc files. I only need to access one file in each folder and read the headers and columns below (look at the pictures attached).There are more than 10,000 fies in subfolders that I need to read in. I want to create variables for latitude, longitude,starting-time and the colums CO,z,T (see the attached files). At the end there will be variables such as this.
latitude: 10,000*1
longitude:10,000*1
etc.
z: 10,000*23 (23 is for 23 altitude levels)
T: 10,000*23
CO : 10,000*23
Any help will be greatly appreciated.
2 Comments
Stephen23
on 18 Dec 2018
@Anton Fernando: please upload a sample file. We cannot test code on screenshots.
Anton Fernando
on 18 Dec 2018
Accepted Answer
More Answers (1)
KSSV
on 18 Dec 2018
0 votes
A simple googling will give you tons of sites for this querry. Example:
2 Comments
Anton Fernando
on 18 Dec 2018
Edited: Anton Fernando
on 18 Dec 2018
Anton Fernando
on 18 Dec 2018
Categories
Find more on Spreadsheets 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!