2013년 5월 24일 금요일

matlab에서 multi-format cvs 읽기


fp = fopen('data.csv');
allData = textscan(fp, '%s %f','delimiter',',','headerlines',1);
fclose(fp);


문자열
allData{1}{1}

숫자
allData{1}(1)



댓글 없음:

댓글 쓰기