Matrix: Flip
Flip matrix horizontally or vertically
1. mflip;
2. mflip flip:=vertical;
3. mflip om:=[MyMatrix]Sheet1!1;
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 |
---|---|---|---|---|
Input Matrix | im |
Input MatrixObject |
|
Specifies the input matrix. |
Flip Direction | flip |
Input int |
|
Specifies the input matrix.
|
Flip Coordinates | coord |
Input int |
|
Specify whether to flip the X/ Y coordinates according to the direction specified in Flip Direction. |
Output Matrix | om |
Output MatrixObject |
|
Specify the output matrix
See the syntax here. |
This X-Function flips a matrix horizontally or vertically to produce its mirror matrix.
mdim, mexpand, mproperty, mreplace, mrotate90, msetvalue, mshrink, mtranspose
Keywords:switch