Loading CSV file (date column A, identifier row, rest data)
显示 更早的评论
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 个评论
Star Strider
2016-3-15
What’s ‘dbload’? I can’t find it in the online documentation.
Oli
2016-3-16
Star Strider
2016-3-16
There are several options: xlsread, textscan, readtable and others.
Oli
2016-3-24
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Workspace Variables and MAT Files 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!