I have a 12*90 matrix in scilab and I did the following command to
convert it in excel: write('myfile.xls', my_matrix, '(90(f10.2))')
This command put the 90 first value of the first row of my matrix in
the first box of the excel file.
I want of course to have a value per box. Do you have a solution to
help me ?
Thanks
Anne-Lise