Reverse the y-data in Matlab

4 Ansichten (letzte 30 Tage)
Phong Pham
Phong Pham am 13 Jan. 2014
Bearbeitet: Phong Pham am 14 Jan. 2014
No longer needed.

Akzeptierte Antwort

Image Analyst
Image Analyst am 13 Jan. 2014
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
Image Analyst
Image Analyst am 13 Jan. 2014
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