Summation for every hour from a timetable
Mostra commenti meno recenti

This is a part of the timetable I'am working with.
I want to know for every hour the sum of the values, for that hour, which are located in colum 3.
So for the first hour ( Date(1:6) ) I want to know the Energy_kwh sommation from 1 to 6 (Sum(Energy_kwh(1:6))
for the second hour ( Date(7:12) ) I want to know the Energy_kwh sommation from 7 to 12 (Sum(Energy_kwh(7:12))
....
The time stamps are not equal, this make it difficult.
Who has an idea for this problem?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Timetables in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!