How can I divide a week of a timetable into hours
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
is it possible to devide a week of a timetable into 168 hours?
I would need the means of a timetable from monday to sunday on an hourly basis so I can show how its behaving of the week
Thx :)
2 件のコメント
採用された回答
Guillaume
2019 年 5 月 15 日
hourlytimetable = retime(yourtimetable, 'hourly', 'mean')
9 件のコメント
Guillaume
2019 年 5 月 16 日
Peter, a suggestion: an option to specify bin indices instead of bin intervals for groupsummary at least. That would avoid having to create the binning variable:
hourofweek = ...
groupsummary(Volatility, 'BinNumbers', hourofweek, 'mean')
その他の回答 (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!