csvread can only read doubles, so it's choking on the date field. Use textscan . fid = fopen('out2.csv'); out = textscan(fid,'%s%f%f' ...
確定! 回上一頁