Matrix: Clip Missing
Clip matrices in sheet with missing values by another matrix
msclip ims:=[Test1]Msheet1 imo:=[MBook2]pre!1 oms:=[<new>];
Please refer to the page for additional option switches when accessing the x-function from script
| Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
|---|---|---|---|---|
| Matrix to Clip | ims |
Input MatrixLayer |
|
Specifies the matrix to be clipped. |
| Matrix with Missing | imo |
Input MatrixObject |
|
Specifies the matrix with missing value. According to this matrix missing value to clip the Matrix to Clip (ims). |
| Pixel | pixel |
Input int |
|
Determine how a pixel is defined when clipping:
|
| Output Matrix | oms |
Output MatrixLayer |
|
Specifies the output matrix. See the syntax here. |
You can use this X-Function to clip a matrix according to other matrix's missing value.