MATLAB: How to use retime for 10min average in timetable

meanretimetimetable

i have created this timetable. attached.
first column is time(hh:mm:ss), and second one is my data. I want to take ten minutes mean !
how can i use retime function here ! or is there any another method.?
thank you in advance !!

Best Answer

i found it ! nevermind ! :)
tempdata = retime(tempdata,'regular','mean','TimeStep',minutes(10))