csvread text column
이전 댓글 표시
I have a csv file with a text header and one column that has text on the far right
data = csvread('test.csv',1,0,[1 0 100 6])
eg the column containing text is column 7 i tired to stop Matlab reading the text column using the range specifier but it does not work, matlab function keeps trying to read the column containing text...
i wish it would just ignore the function...
답변 (1개)
per isakson
2012년 5월 19일
0 개 추천
Doc says: ... csvread ... The file can only contain numeric values.
Try: textscan
카테고리
도움말 센터 및 File Exchange에서 Text Files에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!