exports a Div structure to tabular-csv
div2tab(x_div,'mycsvdata',(id_decimal));
a matrix (n x q) or a Div structure
the name of the tabular-csv file; a string
the decimal separator; a dot '.' (by default) or a comma ','
div2tab(xdiv, 'mycsvdata',';',',');