how can i convert hourly data for a year to daily data?
古いコメントを表示
my data start from 1:1:8760 how can i chnge it to daily data with 365 data instead of 8760
1 件のコメント
Ingrid
2015 年 6 月 3 日
depends on what you want to do? How do you want to make the conversion. Do you require daily average, daily maximum, daily minimum, value at noon each day, ....
採用された回答
その他の回答 (1 件)
Albatross
2015 年 6 月 12 日
I suspect you want to do something like this:
a=1:1:8760;
b=reshape(a,24,365)'
カテゴリ
ヘルプ センター および File Exchange で Calendar についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!