Hi,
I have a whole bunch of data (Arrays of the form H1, H2, H3 etc) that I want to crunch to create 10 more variables. I did:
For[i=1,i<23,i++,{f1(i),f2(i),..,f10(i)}>>>"temp.mx"]
Where fj(i)= fj(H1[[i]],H2[[i]],...), the functions are different functions of the numerical data I...