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!