Clean Timetable with Missing, Duplicate, or Nonuniform Times in Matlab 2016a

1 view (last 30 days)
Hi
I have a very large data set in tables where the first column has time stamp and the the second column has a double value.
I need to perform different operations to filter, organize, find missing data and check for any irregularities in the data. I found very useful functions here: https://se.mathworks.com/help/matlab/matlab_prog/convert-between-datetime-arrays-numbers-and-strings.html
But some of them (isregular, issorted) seem not to work in Matlab 2016a version.
Is there any other good alternative?
Thanks!

Answers (1)

Steven Lord
Steven Lord on 1 Nov 2019
Use the techniques described in the version of that page included in the documentation in your local installation of release R2016a. Alternately you can refer to the release R2016a version of that page on the MathWorks website.

Products


Release

R2016a

Community Treasure Hunt

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

Start Hunting!