(file, c)
¶(file, c, sep)
¶(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