2.2.2.5 mflip
Contents
Menu Information
Matrix: Flip
Brief Information
Flip matrix horizontally or vertically
Command Line Usage
1. mflip;
2. mflip flip:=vertical;
3. mflip om:=[MyMatrix]Sheet1!1;
X-Function Execution Options
Variables
Variables
| 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 . |
Description
This X-Function flips a matrix horizontally or vertically to produce its mirror matrix.
Related X-Functions
, , , , , , ,
Keywords:switch