How can I turn an image over in Matlab? -


I'm trying to turn an image into Matlab (I mean, if the picture It looks right then it should look to the left). How can I do this?

Thank you!

Flip the picture before displaying

  imshow (fliplr ( Image))    

Comments

Popular posts from this blog

android - How can I execute default sms app? -

jquery .css('text-decoration') doesn't work from parents -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -