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

조회 수: 2 (최근 30일)
Salad Box
Salad Box 2022년 10월 5일
답변: Benjamin Thompson 2022년 10월 5일
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?

답변 (1개)

Benjamin Thompson
Benjamin Thompson 2022년 10월 5일
Can you re-plot with new y values, y = 500 - y? Basically reverse the order of the y values before plotting.

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by