Hi,
I'm using a java program to run a simulation. The results of this simulation are a 80 by 80 array of numbers.
I then output these numbers to a text file,using tabs as delimiters, and use a third party program (excel or gnuplot) to give me a surface plot.
However, for some reason the program seems to give up writing to the file a few elements before the end.
To check that it was not a problem with the data itself, I had my program output the data to screen at the same moment it is outputted to the text file. The screen output was all there...
However, when I import the data into excel the last 50 or so
elements are missing...
ANy ideas? My final text file is 120Kb - is there some kind of size limit...?
Cheers,
Ben
I'm using a java program to run a simulation. The results of this simulation are a 80 by 80 array of numbers.
I then output these numbers to a text file,using tabs as delimiters, and use a third party program (excel or gnuplot) to give me a surface plot.
However, for some reason the program seems to give up writing to the file a few elements before the end.
To check that it was not a problem with the data itself, I had my program output the data to screen at the same moment it is outputted to the text file. The screen output was all there...
However, when I import the data into excel the last 50 or so
elements are missing...
ANy ideas? My final text file is 120Kb - is there some kind of size limit...?
Cheers,
Ben