Loading CSV file (date column A, identifier row, rest data)
Mostrar comentarios más antiguos
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 comentarios
Star Strider
el 15 de Mzo. de 2016
What’s ‘dbload’? I can’t find it in the online documentation.
Oli
el 16 de Mzo. de 2016
Star Strider
el 16 de Mzo. de 2016
There are several options: xlsread, textscan, readtable and others.
Oli
el 24 de Mzo. de 2016
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Workspace Variables and MAT Files en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!