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 | ims |
Input MatrixObject |
|
Specifies the matrix with missing value. According to this matrix missing value to clip the Matrix to Clip (ims). |
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.