The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

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