Work with dates in tables
3 ビュー (過去 30 日間)
古いコメントを表示
Patricia Alejandra Palacios Romero
2018 年 6 月 19 日
コメント済み: Patricia Alejandra Palacios Romero
2018 年 6 月 21 日
I am working with a database of measurements each 10 minutes, something like the attached picture. I need to get the values for hourly timesteps, so I would need to have just a value for the timestep 12:00 that would be the mean value of the timesteps 12:10 , 12:20 , 12:30 , 12:40 , 12:50. Is there an easy way to do so? Thanks for any help.
1 件のコメント
Paolo
2018 年 6 月 19 日
So you want to compute the mean for data where hours (e.g. 12:00) is the same? Can you attach a sample file?
採用された回答
Walter Roberson
2018 年 6 月 19 日
If you have a new enough MATLAB, table2timetable() and then use retime()
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Database Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!