How to fix the missing patches that turn into NAT?

2 ビュー (過去 30 日間)
Arqam R
Arqam R 2019 年 6 月 13 日
回答済み: Peter Perkins 2019 年 6 月 13 日
Missing time and date as NAT after importing large data from excel in table format! NOT ALL but some data is missing at different patches although the whole excel file contains same date and time format column. How to fix the missing patches that turn into NAT?
  2 件のコメント
KSSV
KSSV 2019 年 6 月 13 日
YOu can generate the dates manually..if you know the time sampling.
Arqam RAfi
Arqam RAfi 2019 年 6 月 13 日
I have a very large data (one min resolution) for 2 years x 22 and looking for a short cut here.

サインインしてコメントする。

回答 (2 件)

Steven Lord
Steven Lord 2019 年 6 月 13 日
The fillmissing and/or retime functions (retime if you're storing your data as a timetable, fillmissing if your data is a vector, table, or timetable) may be of use.

Peter Perkins
Peter Perkins 2019 年 6 月 13 日
It's possible that what's happening is that your timestamps are stored in the spreadsheet file as text, not as dates, and that some of them are exactly at midnight, and lack hh:mm:ss.
It's also possible that you just have junk in some of the cells in your spreadsheet. You needm to post a small example, including how you are reading the file.

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

タグ

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by