Respuesta aceptada

Image Analyst
Image Analyst el 13 de En. de 2014

0 votos

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
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)

Categorías

Etiquetas

Preguntada:

el 13 de En. de 2014

Editada:

el 14 de En. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by