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
 NLSF automatically creates graph window?

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
Frank_H Posted - 01/06/2006 : 07:47:43 AM
Origin Version (Select Help-->About Origin): 7.5SR5
Operating System: XP

Hi!

I am using the NLSF object to perform a large number of fits. I do not want to display each dataset and fit inbetween. But when setting the data association with
NLSF.x = strIndependent;
NLSF.fitData1 = strData;
Origin automatically creates a new graph holding the curve. Is there a possibility to supress this graph generation?

Cheers,
Frank
2   L A T E S T    R E P L I E S    (Newest First)
Frank_H Posted - 01/11/2006 : 3:19:39 PM
Hi Pete,

Thanks! That did the trick!

Just looked into the help files whether I overlooked this feature of the nlsf object, but seems not to be documented there. Is there some additional source of documentation beside the help file which I could use for this kind of problems?

Cheers,
Frank
peter.cook Posted - 01/11/2006 : 2:06:23 PM
Hi Frank,

Try using eg

nlsf.output(0);
nlsf.iterate(20);

Cheers,

Pete


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