Imported a large csv file into MATLAB - which output type should I choose?
조회 수: 2 (최근 30일)
이전 댓글 표시
I have a table that is approximately 85000x10. The first column is Date and Time, I want to plot the other columns against the first I am just not sure which Output type I should import the columns as.
댓글 수: 0
답변 (2개)
Walter Roberson
2019년 3월 5일
I recommend using readtable(), especially if you use detectImportOptions() with it. readtable() will probably be able to convert the data and time to datetime objects and duration objects; you can add the two in order to get a datetime that includes date and time of day.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Tables에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!