Effacer les filtres
Effacer les filtres

Reverse the y-data in Matlab

2 vues (au cours des 30 derniers jours)
Phong Pham
Phong Pham le 13 Jan 2014
Modifié(e) : Phong Pham le 14 Jan 2014
No longer needed.

Réponse acceptée

Image Analyst
Image Analyst le 13 Jan 2014
Is this what you mean?
flippedImage = flipud(originalImage);
  2 commentaires
Azzi Abdelmalek
Azzi Abdelmalek le 13 Jan 2014
Modifié(e) : Azzi Abdelmalek le 13 Jan 2014
Make it clear by posting the expected result
Image Analyst
Image Analyst le 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');

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by