<< div Data management div2dcsv >>

fact >> Data management > div2csv

div2csv

exports a Div structure to the csv format

Calling sequence

div2csv(x_div,'mycsvdata',(id_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

div2csv(xdiv, 'mycsvdata');
div2csv(xdiv, 'mycsvdata',';',',');

Authors


Report an issue
<< div Data management div2dcsv >>