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