Flip the y-axis values?

6 views (last 30 days)
SuzieChan
SuzieChan on 12 Apr 2020
Answered: Mehmed Saad on 12 Apr 2020
Hi,
Is it possible to 'flip' or 'reverse' the y-axis values so they show in opposite order?
For some reason, Matlab puts 1` at the top of the y-axis, down to 0 in descending order.
Can I make the y-axis show 0 at the top, and 1 at intersection with the x-axis?
(reasoning: 0 represents ground level, and 1 represents 1 meter below ground level).

Accepted Answer

Mehmed Saad
Mehmed Saad on 12 Apr 2020
set(gca,'YDir','reverse')

More Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!