Managing large files - irregular data points
古いコメントを表示
Hi Folks,
I have a data set where the data points are measured at irregular intervals, sometimes 10 measurements per minute, other times more/less. I want to average the values within each minute so I end up with one value per minute. Each data point has a datevec value, e.g. [ 2013 7 25 10 41] which corresponds to 10:41 am on the 25th July. How can I tell Matlab to average all the data points within each minute?
Thanks
3 件のコメント
the cyclist
2013 年 7 月 30 日
編集済み: the cyclist
2013 年 7 月 30 日
How is your time info stored, and how are your measurements stored? All together in the same array? Two different arrays? Please give a bit more detail, or better yet a small example of the variables.
Cedric
2013 年 7 月 30 日
Also, do you have minutes with no data point?
Dirk
2013 年 7 月 30 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!