Reverse the y-data in Matlab

 Risposta accettata

Image Analyst
Image Analyst il 13 Gen 2014
Is this what you mean?
flippedImage = flipud(originalImage);

2 Commenti

Azzi Abdelmalek
Azzi Abdelmalek il 13 Gen 2014
Modificato: Azzi Abdelmalek il 13 Gen 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');

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by