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
 LabTalk Forum
 obtaining values from fitted tables

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
thentangler Posted - 07/27/2011 : 3:48:52 PM
Is there a syntax in labtalk to obtain values from tables that are got from fitting?
Like if I do a polynomial fit and want to use the xc value from the table in a script im writing, how would I do that. It should be so that when ever the fit is updated, the value procured by the script should also change.
Thank You
2   L A T E S T    R E P L I E S    (Newest First)
thentangler Posted - 08/18/2011 : 6:45:35 PM
Thanks for the reply Penn.
SO would the value of "a0" be stored in the variable named "parameters"?
Penn Posted - 08/01/2011 : 9:36:16 PM
Hi,

Please use the getresults X-Function. For example, there is a report sheet named FitNL1 after fitting with the Poly function, then the a0 parameter can be gotten like:

getresults tr:=tree iw:=FitNL1!;
tree.parameters.a0.value=;


Penn

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