The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum for Programming
 Forum for Origin C
 Fix parameters in NLfitting

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Crawler 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.
2   L A T E S T    R E P L I E S    (Newest First)
Crawler 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!
Penn 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

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000