| DSP Blockset | Search  Help Desk |
| Flip | See Also |
Reverse the elements in a vector.
Library
Vector Functions, in Math FunctionsDescription
The Flip block reverses the input so that the first element of the input vector is the last element of the output vector, and vice versa:y = flipud(u(:)) % equivalent MATLAB codeA matrix input,
u, is treated as a vector, u(:).
Dialog Box

See Also
Selector (Simulink)flipud (MATLAB)
fliplr (MATLAB)