i was checking the things u said but i got the same error. however i did notice when i opened an image and the import wizard comes up that the dimensions of the image was 640x480x3.
i think thats why i keep on getting the error saying x must be a 2d matrix.
can anyone tell me what does...
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...