Loading CSV file (date column A, identifier row, rest data)
古いコメントを表示
I want to Import the attached csv with following Code:
>> d = dbload('data_US.csv');
If I then check for the variable d, it shows correctly 13 fields, but each of the fields contains only NaN's
Thank you very much
4 件のコメント
Star Strider
2016 年 3 月 15 日
What’s ‘dbload’? I can’t find it in the online documentation.
Oli
2016 年 3 月 16 日
Star Strider
2016 年 3 月 16 日
There are several options: xlsread, textscan, readtable and others.
Oli
2016 年 3 月 24 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Workspace Variables and MAT Files についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!