X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 22 Feb 2012 01:30 PM by  anon
Griddata - Polynomial
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
22 Feb 2012 01:30 PM
    Hello! I am using the griddata function for a polynomial regression. Triangulate, XDTM, XDTM, TrZ Z = Griddata(XDTM, YDTM, ZDTM, Xout = [X], Yout =[Y], /Polynomial_Regression, Power = 1, Search_Ellipse = 50, Triangles = Tr) I want to interpolate only one point (X, Y, Z), using polynomial regression form dataset XYZDTM using a 50 radius.I have no troubles to get a Z elevation, but i would like to get which points has been used to make interpolation. In other words, i would like to get indices of the XDTM, YDTM and ZDTM points used to interpolate the point X, Y, Z in the search ellipse Thank you for your answer Aurelien boulben Xeosimaging

    Deleted User



    New Member


    Posts:
    New Member


    --
    08 Mar 2012 05:04 PM
    Dear Aurelien, All the data points used in the interpolation are been used. The idea is that the interpolate grid points are calculated using the inverse distance method from the data points. Cheers, fernando
    You are not authorized to post a reply.