Sum Daily Data in Year Buckets
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
I'm currently working with a netCDF file and wish to evaluate its temperature (lon,lat,time) variable. I would like to sum the daily temperature data to get an annual sum for each of the 20 years worth of data. Any help would be much appreciated.
Thanks
댓글 수: 1
Akira Agata
2019년 7월 4일
If you can store your data as a timetable, you can easily calculate an annual sum by using retime function.
If possible, could you upload an example of your data to allow people here (including me !) to try their possible solution?
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 NetCDF에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!