Matrix: Pixel Extraction
Extract Z data of specified XY coordinates for all matrices in sheet
1.mcellextract multi:=ref refcol:=[Book1]Sheet1!(A,B) rd:=[<new>]<new>;
2.mcellextract -r 2 x:=40 y:=5 rd:=[<new>]<new>;
Input
MatrixLayer
Specifies the input matrix.
int
Coordinates on
Option list:
XYRange
When Coordinates on Reference Column multi=1, specifies the XY columns in the Worksheet.
double
When Coordinates on a Specific Point multi=0, specifies X Coordinate for that specific point.
When Coordinates on a Specific Point multi=0, specifies Y Coordinate for that specific point.
Output
ReportData
Specifies the Worksheet for outputting report.
You can use this X-Function to extract Z data of specified XY coordinates for all matrices. To extract a specific point z value, you can specify X and Y value directly. To extract multiple points z value, you can specify the reference column with XY coordinates for the points.
mdim, mexpand, mproperty, mreplace, mrotate90, msetvalue, mflip, mtranspose , msmooth
Keywords:extract