MATLAB: How can i read a csv file

csvxlsread

How can i read a csv file. i used fopen but it gives a value of -1
A=fopen('slip.csv')

Best Answer

csv files are text files, usually written in ASCII or ISO-8896-1 (which is compatible with ASCII).