Return a copy of X with the order of the rows reversed.
Calling Sequence
y = moc_fliplr(x)
Description
Return a copy of X with the order of the rows reversed. In
other words, X is flipped upside-down about a horizontal axis. For
Note that 'fliplr' only works with 2-D arrays.