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
 Origin Forum
 How to automatize Fitting parameter extraction ?
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

sharapova

France
5 Posts

Posted - 06/30/2015 :  07:00:19 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Hi there,

I want to extract the same fitting parameter ("x0") from multiple performed non-linear fits (based on custom fitting function). I fit my data by plotting each of 12 y-columns in my input worksheet into indivual plots. Subsequently I perform individual fits for each graph. So far I then copy pasted the fitting parameters into a new worksheet, but I am sure Origin can also do that automatically ? If I need labtalk or similar for this, it would be great if you could also include the script and how/where to put/save it since I have no Origin programming experience at all.

Many thanks in advance !!!
:)

Castiel

343 Posts

Posted - 06/30/2015 :  09:25:53 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
quote:
Originally posted by sharapova

Hi there,

I want to extract the same fitting parameter ("x0") from multiple performed non-linear fits (based on custom fitting function). I fit my data by plotting each of 12 y-columns in my input worksheet into indivual plots. Subsequently I perform individual fits for each graph. So far I then copy pasted the fitting parameters into a new worksheet, but I am sure Origin can also do that automatically ? If I need labtalk or similar for this, it would be great if you could also include the script and how/where to put/save it since I have no Origin programming experience at all.

Many thanks in advance !!!
:)


Two keywords:
1. Independent Fit - Consolidated Report
2. Paste Link

妾+   午旦  妹罕妾  妾伊    用仇  妾/     岫ㄞ
 妾京用 仍巨  件 侈   件戶' 甘岫平   /欠  白岫妹
   併             艮          岫  奈 白   岫
                              岫
Go to Top of Page

sharapova

France
5 Posts

Posted - 07/02/2015 :  05:31:14 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thanks for that reply !! So I figured out how to get that consolidated report. However since I have 4 fitting parameters whilst I'm only interested in one of them, is there a way to extract only my "x0" parameter ?? Maybe someone can write some lines of the corresponding labtalk script, so I would only have to copy/paste it in that labtalk window ! (I have no experience on labtalk at all)

Many thx in advanvce !!!
Go to Top of Page

lkb0221

China
497 Posts

Posted - 07/06/2015 :  11:23:10 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
// Activate the report sheet first
Tree tr;
getresults tr:=tr;
type $(tr.Parameters.X0_1.Value); // print x0 of the 1st dataset
type $(tr.Parameters.X0_2.Value); // print x0 of the 2nd dataset

Edited by - lkb0221 on 07/06/2015 2:25:01 PM
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