Loadable Function: cell2csv (file, c)
Loadable Function: cell2csv (file, c, sep)
Loadable Function: cell2csv (file, c, sep, prot)

Create a CSV file from a cell array. sep (character value) changes the character used to separate two fields. The default value is a comma (,). prot (character value) changes the character used to protect a string. Default value is a double quote (").

Package: io