<< div2csv Data management div2mat >>

fact >> Data management > div2dcsv

div2dcsv

exports to the csv format, without labels, a matrix or the .d field within a Div structure

Calling sequence

div2dcsv(x_div,'mycsvdata',(field), (decimal)));

Arguments

x_div:

a matrix (n x q) or a Div structure

mycsvdata:

the name of the csv file; a string

(field):

the field separator; a comma ',' (by default) or a semi-column ';'

(decimal):

the decimal separator; a dot '.' (by default) or a comma ','

Examples

div2dcsv(xdiv, 'mycsvdata');
div2dcsv(xdiv, 'mycsvdata',';',',');

Authors


Report an issue
<< div2csv Data management div2mat >>