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