2.2.2.1 mcellextract


Menu Information

Matrix: Pixel Extraction

Brief Information

Extract Z data of specified XY coordinates for all matrices in sheet

Command Line Usage

1.mcellextract multi:=ref refcol:=[Book1]Sheet1!(A,B) rd:=[<new>]<new>;

2.mcellextract -r 2 x:=40 y:=5 rd:=[<new>]<new>;

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Input Matrix ims

Input

MatrixLayer

<active>

Specifies the input matrix.

Coordinates on multi

Input

int

0

Coordinates on

Option list:

  • 0=point:a Specific Point
  • 1=ref:Reference Column
Reference Column refcol

Input

XYRange

<optional>

When Coordinates on Reference Column multi=1, specifies the XY columns in the Worksheet.

X Coordinate x

Input

double

<unassigned>

When Coordinates on a Specific Point multi=0, specifies X Coordinate for that specific point.

Y Coordinate y

Input

double

<unassigned>

When Coordinates on a Specific Point multi=0, specifies Y Coordinate for that specific point.

Pixel Data rd

Output

ReportData

<unassigned>

Specifies the Worksheet for outputting report.

Description

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.

Related X-Functions

mdim, mexpand, mproperty, mreplace, mrotate90, msetvalue, mflip, mtranspose , msmooth



Keywords:extract