How to average monthly ascii data using Matlab?
Show older comments
How to average monthly ascii data using Matlab? I have monthly data of OMI tropospheric ozone from 2005-2016 (ASCII), I would like to average tropospheric ozone data in January from 2005-2016, and same goes for another month (february 2005-2016). Can you tell me please how to average monthly ascii data using Matlab? Thank you
Answers (1)
KL
on 13 Oct 2017
0 votes
If you're using 2016b or later, I'd suggest using timetables. They make your life so much easier. Say you've imported your measurements and created a timetable, then you could resample using retime to create monthly mean.
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!