Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

(ORG-5160)

9.1 adds a new x function interp2 to interpolate a group of existing xyz data to find z value for given (x,y) value, by 8 alternative methods: Nearest, Random Kriging, Random Renka Cline, Random Shepard, Random TPS, Spline, Triangle and Weight Average. 

Sample OPJ to download to try: 2D interpolate.opj

Image Added

 

How to interpolate z from xy using interp2 x function:

 

Run interp 2
  1. In script window, run interp2 -d;
to
  1.  to open interpolation dialog;
  2. Pick data (x,y) from worksheet
to interpolate
  1. as XY Values To Interpolate, and
pick
  1. a serial of xyz data as Input for interpolation
as Input
  1. Select Method
from
  1.  from drop down menu;
  2. Assign destination columns as Results of Interpolation.
 

Image Removed

  1.