Loading CSV file (date column A, identifier row, rest data)
Show older comments
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 Comments
Star Strider
on 15 Mar 2016
What’s ‘dbload’? I can’t find it in the online documentation.
Oli
on 16 Mar 2016
Star Strider
on 16 Mar 2016
There are several options: xlsread, textscan, readtable and others.
Oli
on 24 Mar 2016
Accepted Answer
More Answers (0)
Categories
Find more on Workspace Variables and MAT Files in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!