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