Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
TobiasF
Posted - 12/21/2006 : 09:37:55 AM Origin Version (Select Help-->About Origin): 7.5886 Operating System: Win XP SP2
I have a 2D graph with logarithmic scaling (log10) on the x and y axis. Then I have two datasets with some x and y data (minimum 2 data pairs, maximum 4 data pairs). As next I want to create a linear fitting so that I will get a straight line in the graph. The result should be similar to the result as if I select the dataset in the graph by hand and make an “Analysis -> fit linear”. But I’m beginner and do not know which function I have to use in C. My datasets are named:
Dataset dsCx("Calc1_A); Dataset dsCy("Calc1_B);
Thanks Tobias
1 L A T E S T R E P L I E S (Newest First)
Deanna
Posted - 12/21/2006 : 10:32:03 PM Hi Tobias.
Would you please take a look at Using the EasyLR Class in the Programming help file? It exemplifies the use of the EasyLR class. I hope you will find it useful.