Grouping timestamp Data into 15 min interval with respect date

2 次查看(过去 30 天)
Hi, i have a timestamp data of 1 min interval. i want to convert one min data interval into 15 min interval data with respect to date. i have converted the data into table with three different columns. i have attached the sample file
first coulmn = date
second column = time
thrid column = data
the output table should be
Date Time Readings
29-Jan-2019 00:15:00 0
29-Jan-2019 00:30:00 0
29-Jan-2019 00:45:00 0
29-Jan-2019 01:00:00 0
so on
Also the data in the third column should sum the reading for 15 min and then for next 15 min and if there is less than 15 data points (i.e. less than 15 min data) then sum the avalible data points and time (e.g. 14 data points)
Looking forward for your help
Thanks

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Time Series Objects 的更多信息

产品


版本

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by