hi,
i wish to save a 250rows x 2557columns matrix that i am getting at the end of my program to a .csv file.
e.g. I get a file xyz(250,2557) but when i am trying to write it in a .csv file using "write" statement all the columns are being written one below the other (instead of being written in 250 different columns)
can anyone tell me how can i achieve this.
thanks
vibhava
i wish to save a 250rows x 2557columns matrix that i am getting at the end of my program to a .csv file.
e.g. I get a file xyz(250,2557) but when i am trying to write it in a .csv file using "write" statement all the columns are being written one below the other (instead of being written in 250 different columns)
can anyone tell me how can i achieve this.
thanks
vibhava