How to rotate or mirror the contents in the figure with axes?

2 visualizaciones (últimos 30 días)
Salad Box
Salad Box el 5 de Oct. de 2022
Respondida: Benjamin Thompson el 5 de Oct. de 2022
Hi,
I generated a plot(?) with axes on (see below) but it doesn't look quite right.
The above plot maybe classed as gca?
Without going through the process of saving it as RGB image file, then read the RGB file back in, then doing the rotating or flipping on the image file, is it possible to do rotating or fliping on the above plot (or 'gca') directly so the number should look like something below?

Respuestas (1)

Benjamin Thompson
Benjamin Thompson el 5 de Oct. de 2022
Can you re-plot with new y values, y = 500 - y? Basically reverse the order of the y values before plotting.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by