Le mardi 17 novembre 2015 à 13:29 -0800, digxx a écrit :
> with
> writedlm("C:\\Users\\Diger\\Documents\\Julia\\x_values.csv",zip(x_s[1
> ,1:end],x[1:end],epsilon[1,1:end,1],omega[300,1:end,1]),',')
> I wanted to write a csv file comma separated...
> Now in the manual it says that everything is saved as string, though
> the last column (omega) is saved as double which is actually what i
> wanted.
> How can I get the others to be saved as double as well?
Could you provide a reproducible example, with a few vectors holding
dummy data (i.e. x_s, x, epsilon and omega)?Regards
