0

I have an image with handles lines and plots. I want to flip image with lines and plots(handles). Could is it be possible in matlab ?

Agata
  • 141
  • 2
  • 14
  • 1
    Did you read the documentation of [**`flip`**](https://www.mathworks.com/help/matlab/ref/flip.html), [**`fliplr`**](https://www.mathworks.com/help/matlab/ref/fliplr.html) and [**`flipud`**](https://www.mathworks.com/help/matlab/ref/flipud.html)? – Sardar Usama Dec 01 '16 at 11:35
  • 1
    Possible duplicate of [flip and rotate a color image in MATLAB](http://stackoverflow.com/questions/4010113/flip-and-rotate-a-color-image-in-matlab) – Sardar Usama Dec 01 '16 at 11:36
  • 1
    Do you mean that you have a plot and you want to flip the plot? Look into `set(gca, 'YDir', 'Reverse')` or `axis ij` – Suever Dec 01 '16 at 13:58
  • good. Thanks. It works now. – Agata Dec 01 '16 at 14:11

0 Answers0