I am having a problem with the fliplr function. I'm am trying to just read in an image file and then flip it. I do...
img = imread('test.jpg')
flp = fliplr(img)
but everytime I get the same error saying
??? Error using ==> fliplr
X must be a 2-D matrix.
which I really dont understand...