read files in a directory
이전 댓글 표시
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
Stephen23
2018년 12월 18일
@Anton Fernando: please upload a sample file. We cannot test code on screenshots.
Anton Fernando
2018년 12월 18일
채택된 답변
추가 답변 (1개)
KSSV
2018년 12월 18일
0 개 추천
A simple googling will give you tons of sites for this querry. Example:
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!