Average minutes dataset to 10 minutes dataset.

3 views (last 30 days)
Hello
I have a dataset with 1 minute resolution in form of a table (67691rows x 17cols) including Time in form of datetime variable. I want to make an average for each 10 minutes. So my question is there is a faster way to this form of data aggregation.

Answers (1)

Rob Purser
Rob Purser on 30 Mar 2017
Check out the retime function in MATLAB that was introduced in R2016b.
  1 Comment
Karim Bouabbou
Karim Bouabbou on 30 Mar 2017
Thanks for your reply but I have matlab R2016a so I don't think it's an option. Is there another solution for matlab R2016a?

Sign in to comment.

Categories

Find more on Tables 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!