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
 read data from run.section(PR,MenuPR), help pls!

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
sanguo Posted - 03/21/2006 : 3:10:00 PM
Origin Version (Select Help-->About Origin):6.1
Operating System:win Xp
Hi:
I am writing Labtalk program to performe special function, my question is in the program i use run.section(PR,MenuPR) to performe the Fit Polynomial of the graph, how can i read out the fit coefficients A,B1,B2.... which will be used in the following statements, thanks a lot for your reply!
2   L A T E S T    R E P L I E S    (Newest First)
sanguo Posted - 03/22/2006 : 3:42:26 PM
Thanks, it works
Laurie Posted - 03/21/2006 : 4:43:01 PM
Look at the [MenuPROutput] section of the file, and you'll see the following:

Stat.PR.A
Stat.PR.B$(i)

so if second order, you'd return the following:

stat.pr.a
stat.pr.b1
stat.pr.b2

OriginLab Technical Support

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