to find the missing date and time in the time series data?

I have a data as below,
12-06-2013,00:00;
12-06-2013,00:10;
12-06-2013,00:20;
12-06-2013,00:30;
12-06-2013,00:40;
12-06-2013,00:50;
12-06-2013,01:00;
12-06-2013,01:30;
12-06-2013,01:40;
12-06-2013,01:50;
how to find the missing date and time stamp?
Help in this...
Regards,
M. Sarfudeen

回答(1 个)

  1. Convert the dates to a date number using datenum.
  2. Take the difference using diff.
  3. Find the outliers by comparing the differences

类别

帮助中心File Exchange 中查找有关 Dates and Time 的更多信息

提问:

2013-6-12

Community Treasure Hunt

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

Start Hunting!

Translated by