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>;
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Input Matrix | ims |
Input MatrixLayer |
|
Specifies the input matrix. |
Coordinates on | multi |
Input int |
|
Coordinates on Option list:
|
Reference Column | refcol |
Input XYRange |
|
When Coordinates on Reference Column multi=1, specifies the XY columns in the Worksheet. |
X Coordinate | x |
Input double |
|
When Coordinates on a Specific Point multi=0, specifies X Coordinate for that specific point. |
Y Coordinate | y |
Input double |
|
When Coordinates on a Specific Point multi=0, specifies Y Coordinate for that specific point. |
Pixel Data | rd |
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