필터 지우기
필터 지우기

How to merge several Excel files with large datasets in MATLAB

조회 수: 2 (최근 30일)
Saara-Liis Lutsar
Saara-Liis Lutsar 2021년 2월 9일
편집: darova 2021년 2월 9일
How do I merge several (9) Excel files into one MATLAB file? I have data in columns from different stations where rows are time data. The nine files are for each year. The columns (stations) match in most files, so I want them to be in one column from different years. The columns (stations) which do not have data in some years, should still be included but then with no numerical data, but shouldn't be in the way for statistical analysis.

답변 (1개)

darova
darova 2021년 2월 9일
편집: darova 2021년 2월 9일
  • Use dir to create list of file names in current directory
  • Use for loop to read each file and get the data

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by