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 中查找有关 Data Type Conversion 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!