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
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 Forum for Origin C
 NLSF automatically creates graph window?
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Frank_H

Germany
Posts

Posted - 01/06/2006 :  07:47:43 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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

peter.cook

UK
356 Posts

Posted - 01/11/2006 :  2:06:23 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi Frank,

Try using eg

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

Cheers,

Pete

Go to Top of Page

Frank_H

Germany
Posts

Posted - 01/11/2006 :  3:19:39 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000