Ohad Zivan
自 2017 起处于活动状态
Followers: 0 Following: 0
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...
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');...
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