5 min increments to hrly average
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
I have 5 minute intervals of data recordings for a year. I want to loop through it and create hrly averages of my data in an array.
0 件のコメント
回答 (1 件)
Walter Roberson
2018 年 11 月 5 日
0 投票
I would recommend reading the data with readtable. Then use the appropriate columns of the table with datetime() to construct datetime objects. Then use table2timetable() on the remaining columns and tell it that the row times are the datetime objects you constructed.
Now with timetable object on hand, use retime()
0 件のコメント
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!