필터 지우기
필터 지우기

Averaging different text files according to there month and year

조회 수: 1 (최근 30일)
Michael Lauria
Michael Lauria 2018년 11월 21일
댓글: Michael Lauria 2018년 11월 21일
I have serveral text files (around 100) contating data from different months of different years.
Example File
Year-Month-Data
1992 9 353.07
1992 10 359.88
1992 11 361.09
1992 12 360.35
Not every file matches the start and end date of the other (ie. some files start in 1969 and other in 2000...etc). But I still want to average the data of each corresponding month of the matching year.
~If 1992 (year) 9 (month) then average coresponding data value.
If the file has no matching month or year then the loop simply skips over it.
Would anyone know where to start here?
Many Thanks

채택된 답변

Cris LaPierre
Cris LaPierre 2018년 11월 21일
편집: Cris LaPierre 2018년 11월 21일
I'd look into the datetime data time, as well as loading the data into a table.
The datetime data type "understands" the concept of year, month, etc., which should simplify selecting a month's worth of data to average. You even have the potential to do it in just a couple lines of code using findgroups and splitapply functions.

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by