how to average multiple monthly data?
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi all,
I've downloaded MODIS satellite monthly average data from 2003-2018 as a .nc files to get SST data. from the extracted variables, the latitude vector is 433*1, longitude is 313*1, and the SST is 433*313 (meaning the dimension of the lat*lon)
What I want is to calculate the averages of the SST, for example, all Januaries, Februaries, ...etc.
Any help would be truly appreciated.
thanks so much.
댓글 수: 0
채택된 답변
dpb
2018년 12월 11일
Convert to table or timetable and use retime and/or findgroups/splitapply for these kinds of operations.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Reference Applications에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!