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!