Reverse the y-data in Matlab
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Akzeptierte Antwort
Image Analyst
am 13 Jan. 2014
Is this what you mean?
flippedImage = flipud(originalImage);
2 Kommentare
Azzi Abdelmalek
am 13 Jan. 2014
Bearbeitet: Azzi Abdelmalek
am 13 Jan. 2014
Make it clear by posting the expected result
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');
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Annotations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!