posted 17 years ago
Hi there.
I have to create (through a number of computational methods) a matrix of data. As an example here is one:
What I need to do is store this matrix in a text file, tab-delimited.
What I would like to know is whether it would be easier to create a 2-dimensional [n][n] array first and then copy the contents of it over to the file, or form the matrix in the file directly.
Thanks