Loading CSV file (date column A, identifier row, rest data)
Mostra commenti meno recenti
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 Commenti
Star Strider
il 15 Mar 2016
What’s ‘dbload’? I can’t find it in the online documentation.
Oli
il 16 Mar 2016
Star Strider
il 16 Mar 2016
There are several options: xlsread, textscan, readtable and others.
Oli
il 24 Mar 2016
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Workspace Variables and MAT Files in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!