Reverse the y-data in Matlab
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Phong Pham
el 13 de En. de 2014
Editada: Phong Pham
el 14 de En. de 2014
No longer needed.
0 comentarios
Respuesta aceptada
Image Analyst
el 13 de En. de 2014
Is this what you mean?
flippedImage = flipud(originalImage);
2 comentarios
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
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');
Más respuestas (0)
Ver también
Categorías
Más información sobre Lighting, Transparency, and Shading en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!