| 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 |
|
|