MATLAB: How to import CSV files with text and numeric values

csvMATLABtable

SOLVED

Best Answer

How about using xlsread?
[num,txt,raw] = xlsread('best.csv') ;