CSV files retrieved from Microsoft Office Excel and mixed data types are translated into an NxM cell array.
In this case N is the number of lines in the CSV text and M is the number of fields in thelongest line of the CSV file.
Lines are delimited by carriage returns and/or newlines.
A normal Windows CSV file format allows for commas (,) and double quotes (") to be contained within fields of the CSV file.
Regular fields are just text separated by commas (e.g. foo,bar,hello world). Fields containing commas or double quotes are surrounded by double quotes.
Requirements:
· MATLAB 7.6 or higher