Clear Filters
Clear Filters

Flip the y-axis values?

4 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)

Tags

Community Treasure Hunt

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

Start Hunting!