Community Profile

photo

Ohad Zivan


自 2017 起处于活动状态

Followers: 0   Following: 0

统计数据

  • First Review
  • First Answer

查看徽章

Feeds

排序方式:

已回答
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...

6 years 前 | 1

已回答
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');...

7 years 前 | 0