NaT in Datetime Import Data
이전 댓글 표시
I'm trying to import data and catagorise them as Datetime but the data keeps getting replaced by NaT, very confused as my formatting seems to be correct. Any help?
댓글 수: 3
KSSV
2021년 10월 13일
How are you trying to importing? How is your data? Show us your code snippet and data.
Alana Mera
2021년 10월 13일
Star Strider
2021년 10월 13일
Post the relevant parts of your code as text (rather than attaching it as a .m file)
Attach (upload) at least one of the .csv files
답변 (1개)
KSSV
2021년 10월 13일
Try using readtable. Read about it.
T = readtable('myfile.xlsx') ;
카테고리
도움말 센터 및 File Exchange에서 Dates and Time에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
