Origin Version (Select Help-->About Origin): 7.5 Operating System: w2k
I wrote a script to loop through the columns of one worksheet, integrating each one. This works fine, but I run into trouble when I try to write them to a second worksheet. I call the integrating script form a for loop, but how can I put them into rows in the other worksheet?
This doesn't work, of course, but it's what I'm trying to do. data1_b[%(i)] = integ data2_col(%(i)) How do I specify a worksheet and loop through columns in numerical sequence?