How to rotate or mirror the contents in the figure with axes?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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?
0 Kommentare
Antworten (1)
Benjamin Thompson
am 5 Okt. 2022
Can you re-plot with new y values, y = 500 - y? Basically reverse the order of the y values before plotting.
0 Kommentare
Siehe auch
Kategorien
Mehr zu 3-D Scene Control finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!