Averaging data based on certain row
Show older comments
I have 186x2 data set, the first column is time and the second is height. Time is between 18 to 23 for 31 days. So, 1st to 6th of rows is 18 to 23, and then 7th to 12th of rows, again 18 to 23, and so on until 31 days. How do I get mean/average of data based on time. Average of 1-31 days for 18, 19,...23. And then plot hourly average for height with time as axis. The data looks like as below :
18 267
19 346
20 333
21 389
22 390
23 277
18 333
19 255
20 345
21 267
22 322
23 255
19 322
... ...
... ...
Accepted Answer
More Answers (0)
Categories
Find more on Annotations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!