cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
Get the free JMP Student Edition for qualified students and instructors at degree granting institutions.
Choose Language Hide Translation Bar
View Original Published Thread

Interpolation contour map: Based on Z1( x1, y1), Z2( x2,y2), to interpolate Z3(x3,y3)

Stokes
Level IV

Jmp has a contour map to use certain algorithm to interpolate results, based on Z1( x1, y1), Z2( x2,y2) to calculate Z3 (x3,y3).

 

For example below 3 column, if we know the x,y, and its corresponding height, how can we calculate the height at (2,2)?

Is there a script for doing this type of interpolation?

 

Thanks

 

X, Y, Height

1,1, 10

1,2,32

1,3, 13

2,1,23

2,2, ??

2,3, 44

3,1,23

3,2,11

3,3,42

1 REPLY 1
Craige_Hales
Super User


Re: Interpolation contour map: Based on Z1( x1, y1), Z2( x2,y2), to interpolate Z3(x3,y3)


Cross section of a 2D plot  might have some useful answers.

Craige