フィルターのクリア

Imported a large csv file into MATLAB - which output type should I choose?

3 ビュー (過去 30 日間)
Fatemah Ebrahim
Fatemah Ebrahim 2019 年 3 月 5 日
回答済み: Walter Roberson 2019 年 3 月 5 日
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.

回答 (2 件)

per isakson
per isakson 2019 年 3 月 5 日
"I have a table" I assume that's a text file

Walter Roberson
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.

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by