best way to import this csv
이전 댓글 표시
I can't work out how to import this csv file - https://dl.dropbox.com/u/11341635/Data.csv
Have tried various methods but I find a lot of the functions and terms are brand new to me so a lot of the forum posts and help files I'm reading are just over my head.
댓글 수: 2
Walter Roberson
2012년 12월 14일
Which fields of it do you need?
You will not be able to use csvread() as that is only suitable for files that are completely numeric.
Tom
2012년 12월 14일
채택된 답변
추가 답변 (1개)
per isakson
2012년 12월 15일
0 개 추천
This file may be imported with textscan, however, it requires a correct format string, i.e. one need get the number of column correct.
There are some tools in the file exchange, which might read the file. I would have tried "readtext" by Peder Axensten first.
카테고리
도움말 센터 및 File Exchange에서 Downloads에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!