How can I divide a week of a timetable into hours
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Antonio Melieni
el 15 de Mayo de 2019
Comentada: Peter Perkins
el 20 de Mayo de 2019
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 comentarios
Respuesta aceptada
Guillaume
el 15 de Mayo de 2019
hourlytimetable = retime(yourtimetable, 'hourly', 'mean')
9 comentarios
Guillaume
el 16 de Mayo de 2019
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')
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Type Conversion en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!