- Convert the dates to a date number using datenum.
- Take the difference using diff.
- Find the outliers by comparing the differences
to find the missing date and time in the time series data?
조회 수: 1 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
답변 (1개)
Jonathan Sullivan
2013년 6월 12일
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Dates and Time에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!