How to find the missing points in time series
Show older comments
Hi, I have a large data set with datapoints (supposed to be) on every second. Unfortunately there are no data recorded on some points. Unfortunately these points are not marked and I have to manually go through the dataset to find these points and it is taking a long time. The time points are marked as 143219, 143220, 143221, 143222 and so on. Is there any way to quickly find out these data points from the data set with a code. Regards
6 Comments
Mikhail
on 9 Oct 2014
Please specify what is input data and what must be output
Andrew Reibold
on 9 Oct 2014
Is there exactly one time stamp for each second? This would be very easy I think.
Need many more details about the formatting/how the data is stored in a variable or array so we know how to use it.
subha
on 9 Oct 2014
José-Luis
on 9 Oct 2014
Have you tried looking at the link I posted? Because it pretty much does what you are asking.
subha
on 9 Oct 2014
José-Luis
on 9 Oct 2014
No worries. This is the place to come with questions if you don't understand something.
The documentation is probably the best place to start, though.
Answers (1)
José-Luis
on 9 Oct 2014
0 votes
Categories
Find more on Data Type Conversion in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!