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!