csvWrite will allow text in the beginning of the file. This can for instance be used to put headers on each column:
--> m=[1,2,3;4,5,6;7,8,9;10,11,12]; --> csvWrite(m,'mfile.csv',';',',',[],['Table Name','First;Second;Third']) J -- View this message in context: http://mailinglists.scilab.org/Converting-matrix-of-number-into-string-changing-decimal-separator-tp4032987p4033024.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.scilab.org/mailman/listinfo/users
