Blackbird |
Posted - 10/19/2005 : 4:15:56 PM Origin 7.0G (Select Help-->About Origin): Operating System: WinXp
Hello,
i have a problem to understand how i use the fitting functions under origin c.
I have a some curves in a graphik window an its data in a worksheet. Now i want to make an exponential fit over all of this curves. I could not understand the whole system how i can do this. With labtalk i could make one fit for one curve but not with origin C and not with more then one Curve.
the code for the plotting of the curves is:
for (i=0; i < 10; i++) { Curve crvData(wksData,value[i]); int nPlot = grphLayer.AddPlot(crvData,IDM_PLOT_LINE); }
I hope you can understand what my problem is :(... sry for my bad english...
Many Thanx
Matthias Vierling |