<< div2mat Data management groupcreate >>

fact >> Data management > div2tab

div2tab

exports a Div structure to tabular-csv

Calling sequence

div2tab(x_div,'mycsvdata',(id_decimal));

Arguments

x_div:

a matrix (n x q) or a Div structure

mycsvdata:

the name of the tabular-csv file; a string

(decimal):

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

Examples

div2tab(xdiv, 'mycsvdata',';',',');

Authors


Report an issue
<< div2mat Data management groupcreate >>