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!