[Scilab-users] Converting matrix of number into string changing decimal separator

JLan j-lan at online.no
Thu Oct 22 11:48:12 CEST 2015


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.



More information about the users mailing list