an array
flipped array.
fliplr return an new array of A flipped up to down.
x = eye(3, 2); y = flipud(x)
fliplr, flip, flipdim.
Allan CORNET