Community Profile

photo

Ohad Zivan


Active since 2017

Statistics

  • First Review
  • First Answer

View badges

Content Feed

View by

Answered
Would be possible to calculate half hour average by using retime?
From Matlab: Adjust Timetable Data to Regular Times Calculate the means over six-hour time intervals. Specify a regular time ste...

5 years ago | 1

Answered
Convert 1 min average data to hourly average data
if you have a timetable (called OldData here) in matlab it should be easy enough. NewData=retime(OldData ,'hourly','mean');...

6 years ago | 0