11-05-2009 05:18 AM
Hi!
I would like to make a best sphere fit on a matrix of points. This is existing in LabView but I could not find it in Measurement Studio.
The LeastSquaresFit() method seems to do the fit only regarding to a plane.
I then found the NonLinearFit() function which I guess could have helped me. But this one work only in one dimension: the input set of data is a vector and the description of the model function is a one dimensional function.
Could you help me with this?
Is there another way to make a spherical interpolation of a surface with CNiMath?
Thanks in advance for your help!
11-09-2009 07:23 AM
11-09-2009 07:33 AM
I don't have LabView and I don't know LabView.
Anyway thanks...