Author |
Topic  |
|
martinOPS
Unspecified
Posts |
Posted - 05/13/2008 : 08:13:54 AM
|
Hello everybody,
I have a pattern of x,y,z data points. Now I like to fit the data points with a plain. How can I fit this with origin?
Thanx for your help.
Martin
Origin Version: 6.1 Operating System: Win XP |
|
greg
USA
1379 Posts |
Posted - 05/14/2008 : 11:14:11 AM
|
This article should get you started: http://www.originlab.com/www/support/resultstech.aspx?ID=57&language=English&Version=All
Note that the equation of a plane is z=z0+Px*x+Py*y; So you will need 2 Independent Variables (x,y) and one Dependent (z) as well as three user-defined parameters (z0,Px,Py). Note that you must supply your own initial parameter values. (1 should be fine for all.)
In Options:Control you should set Parameters Significant Digits to 16.
|
 |
|
martinOPS
Unspecified
Posts |
Posted - 05/15/2008 : 08:04:28 AM
|
Hi Greg,
thank you I will try it right now.
Thanx MArtin
quote:
This article should get you started: http://www.originlab.com/www/support/resultstech.aspx?ID=57&language=English&Version=All
Note that the equation of a plane is z=z0+Px*x+Py*y; So you will need 2 Independent Variables (x,y) and one Dependent (z) as well as three user-defined parameters (z0,Px,Py). Note that you must supply your own initial parameter values. (1 should be fine for all.)
In Options:Control you should set Parameters Significant Digits to 16.
|
 |
|
|
Topic  |
|
|
|