Return a copy of x flipped about the dimension dim. For example flipdim ([1, 2; 3, 4], 2) 2 1 4 3 See also: fliplr flipud rot90 rotdim
Return a copy of x flipped about the dimension dim. For example
flipdim ([1, 2; 3, 4], 2) 2 1 4 3