How to find the missing points in time series
古いコメントを表示
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 件のコメント
Mikhail
2014 年 10 月 9 日
Please specify what is input data and what must be output
Andrew Reibold
2014 年 10 月 9 日
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
2014 年 10 月 9 日
José-Luis
2014 年 10 月 9 日
Have you tried looking at the link I posted? Because it pretty much does what you are asking.
subha
2014 年 10 月 9 日
José-Luis
2014 年 10 月 9 日
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.
回答 (1 件)
José-Luis
2014 年 10 月 9 日
0 投票
カテゴリ
ヘルプ センター および File Exchange で Descriptive Statistics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!