Return a copy of X with the order of the columns reversed.
y = moc_fliplr(x)
Return a copy of X with the order of the columns reversed. In other words, X is flipped left-to-right about a vertical axis. For Note that 'fliplr' only works with 2-D arrays.