How to find the missing points in time series
Mostra commenti meno recenti
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 Commenti
Mikhail
il 9 Ott 2014
Please specify what is input data and what must be output
Andrew Reibold
il 9 Ott 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
il 9 Ott 2014
José-Luis
il 9 Ott 2014
Have you tried looking at the link I posted? Because it pretty much does what you are asking.
subha
il 9 Ott 2014
José-Luis
il 9 Ott 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.
Risposte (1)
José-Luis
il 9 Ott 2014
0 voti
Categorie
Scopri di più su Data Type Conversion in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!