Generate Grid (context menu)
Generate grid data from XYZ contour plot
Minimum Origin Version Required: 2016 SR0
1. xyzgrid iz:=3 oz:=<new>; // With worksheet active
2. xyzgrid iz:=3 rows:=50 cols:=50 oz:=<new>; // With worksheet active
3. xyzgrid rows:=40 cols:=40; // With contour graph window active
4. xyzgrid rows:=40 cols:=40 xmin:= -100 xmax:=-80 ymin:=30 ymax:= 40 type:=mat; // With contour graph window active
Please refer to the page for additional option switches when accessing the x-function from script
Input
XYZRange
int
double
Option list:
Output
MatrixObject
This X-Function is used to create gridding data from XYZ contour/XYZ worksheet data.
The values for the specified grid points are computed by triangulation and line interpolation as described in algorithm section. Note that contour values outside input data range will be set as missing values.
Keywords:gridding