How can I correct for gaps in an supposedly evenly spaced array

조회 수: 4 (최근 30일)
dormant
dormant 2020년 7월 23일
답변: Walter Roberson 2020년 7월 27일
I have two one-dimensional arrays, data and datim, the latter containing date values. These are large arrays containing a days worth of data sampled at 100 or 200 samples per second.
The date values are meant to be evenly spaced and sequential, but sometimes there are gaps. The gaps can be anywhere, including at the beginning or end of the day.
(I know that this is a very, very bad way to store time-series data, but I didn't write the function that reads the source data file).
I need to recreate the two arrays, without any gaps.
All the ways I can think of doing this involve loops and take a long time to execute.
Is there a better way?

답변 (1개)

Walter Roberson
Walter Roberson 2020년 7월 27일
Convert to timetable() and retime() and convert back to time series.

카테고리

Help CenterFile Exchange에서 Dates and Time에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by