Origin Ver. and Service Release (Select Help-->About Origin): 8 SR 5 Operating System: Win XP Hi, I have a dataset with 7 columns, time and 6 measurement channels. I apply a Boltzmanns fit to the data. So far so good. I have a worksheet with extra columns for normalized data. Now I want to normalize the y-range of each channel to 0..1 This is done as this in "set column values": (Col(Ch 1)-41.9)/(88.9-41.9) -I have typed in the constants which I read from the Parameters table in sheet:FitNL1 It takes S O O L O N G T I M E to do. I need to read and type these 3 constants in each of the 6 columns for all the measurement. How can I refer to the data in the table instead of reading and typing?
I had to try a few times until i understood how to use the data from the results table. The first two are myfit.p1 and myfit.p2 The next column uses myfit.p5 and myfit.p6 and so on...
I updated this item to demonstrate the case where multiple datasets are involved (which seems to be your case) and I illustrated both naming conventions.