
6 Nov
2008
6 Nov
'08
7:59 p.m.
On Thu, 6 Nov 2008 19:47:19 +0200 "Nadav Horesh" nadavh@visionsense.com wrote:
Can you clarify?
I have an array with a number of rows (nrows) and two columns. The first column entries correspond to x_i, the second column contains the corresponding values y_i = f(x_i) That array should be written to a file where each line consists 4 pairs (x_i, y_i=f(x_i)) except the last line if nrows/8 is not an integer.
HTH, Nils