Akzeptierte Antwort

Image Analyst
Image Analyst am 13 Jan. 2014

0 Stimmen

Is this what you mean?
flippedImage = flipud(originalImage);

2 Kommentare

Azzi Abdelmalek
Azzi Abdelmalek am 13 Jan. 2014
Bearbeitet: Azzi Abdelmalek am 13 Jan. 2014
Make it clear by posting the expected result
Where are you plotting this data? Over the image itself, or in a different plot? If in a different plot, try this
set(gca, 'ydir', 'reverse');

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by