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
 Call menu item using the script
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

IgorB

Ukraine
Posts

Posted - 07/28/2006 :  2:40:00 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Version (Select Help-->About Origin): Pro 7.5 SR5
Operating System: WinXP SP2

My script handle some data, than plot graph and fit the results using nonlinear fitting.

But the curve is wavy. It is sensitive to the values of the fitting parameters and fit often fails. So I want "Analysis/Non-linear curve fit/Advanced fitting tool" menu item to popup. Then user will be able to adjust parameters manually and perform fitting again.

So my quetion is: In what way Nonlinear curve fitting tool (or other tool) can be activated using the Origin C script?

Thank You in advance.

Mike Buess

USA
3037 Posts

Posted - 07/28/2006 :  3:45:04 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
All NLSF properties and methods are available in Origin C. In particular, this will open the curve fitting tool...

using nlsf = LabTalk.NLSF;
nlsf.control();

Mike Buess
Origin WebRing Member
Go to Top of Page

IgorB

Ukraine
Posts

Posted - 07/28/2006 :  4:59:33 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thank you very much!
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