MATLAB: Calculate the mean of the values in each time serie

time series

Hello, i have a data of time series. I want to get these data on regular time intervals (each 15 min). How I can achieve this task under matlab?

Best Answer

If you have a new enough version of MATLAB, you can use a timetable() and use retime()