how can i convert 8760 hourly data to ten minute data ?
조회 수: 2 (최근 30일)
이전 댓글 표시
how can i convert 8760 hourly data to ten minute data ?
댓글 수: 0
채택된 답변
dpb
2016년 9월 24일
Find the underlying database and resample it, perhaps?
If you don't have finer granularity than hourly samples, there's nothing to be done other than interpolate which is in the end nothing more than what you have interpolated to a different resolution; how closely that would follow the actual data that would have been recorded is dependent entirely upon how regular that data might actually be and the choice of interpolating scheme.
댓글 수: 4
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Type Conversion에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!