Loading CSV file (date column A, identifier row, rest data)
Afficher commentaires plus anciens
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 commentaires
Star Strider
le 15 Mar 2016
What’s ‘dbload’? I can’t find it in the online documentation.
Oli
le 16 Mar 2016
Star Strider
le 16 Mar 2016
There are several options: xlsread, textscan, readtable and others.
Oli
le 24 Mar 2016
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Workspace Variables and MAT Files dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!