How to rotate or mirror the contents in the figure with axes?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Benjamin Thompson
le 5 Oct 2022
Can you re-plot with new y values, y = 500 - y? Basically reverse the order of the y values before plotting.
0 commentaires
Voir également
Catégories
En savoir plus sur 3-D Scene Control dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!