Reverse the y-data in Matlab

4 visualizaciones (últimos 30 días)
Phong Pham
Phong Pham el 13 de En. de 2014
Editada: Phong Pham el 14 de En. de 2014
No longer needed.

Respuesta aceptada

Image Analyst
Image Analyst el 13 de En. de 2014
Is this what you mean?
flippedImage = flipud(originalImage);
  2 comentarios
Azzi Abdelmalek
Azzi Abdelmalek el 13 de En. de 2014
Editada: Azzi Abdelmalek el 13 de En. de 2014
Make it clear by posting the expected result
Image Analyst
Image Analyst el 13 de En. de 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');

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by