Author |
Topic |
|
Crawler
2 Posts |
Posted - 09/02/2010 : 05:59:57 AM
|
Origin Ver. and Service Release (Select Help-->About Origin): 8 Operating System: Windows XP
Hello, I need help with a small program I'm writing in Origin C to automate a lenghty data-processing operation. I managed to load the data and doing all I need to, only problem now is I have to fit it with 8 parameters, 4 of which are to stay fixed. I have managed to input the parameters in the fit (copy-pasted the code from the guide, actually, with some modifications), but I can't find how can I set the parameters to be checked. I guess it must be some BOOL member of the NLfit instance I have to set to 'true', but what's the name? Thank you for your help. |
|
Penn
China
644 Posts |
Posted - 09/03/2010 : 05:00:55 AM
|
Hi,
Please try the NLFitSession class. The method named SetParamFix can be used for your requirement. The difference between NLFitSession class and NLFit class is here
Penn |
|
|
Crawler
2 Posts |
Posted - 09/03/2010 : 09:24:57 AM
|
Thank you. Actually, I already had come to that answer... and yes, it works just fine. I have finished my program right now, it works perfectly. Thank you anyway for your help! |
|
|
|
Topic |
|
|
|