Loading CSV file (date column A, identifier row, rest data)
Ältere Kommentare anzeigen
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 Kommentare
Star Strider
am 15 Mär. 2016
What’s ‘dbload’? I can’t find it in the online documentation.
Oli
am 16 Mär. 2016
Star Strider
am 16 Mär. 2016
There are several options: xlsread, textscan, readtable and others.
Oli
am 24 Mär. 2016
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Workspace Variables and MAT Files finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!