Range of x and y

5 views (last 30 days)
Offroad Jeep
Offroad Jeep on 14 Oct 2022
Commented: John D'Errico on 14 Oct 2022
Hi!
I have the values of x and y...
x ranges for 1.8 to -1.8
y ranges from 5 to -5
I want to set the value of x = 2 to -2 and for y 5.5 to -5.5
so that the graph gets plotted in between my set range .... please guide
Regards...
  1 Comment
John D'Errico
John D'Errico on 14 Oct 2022
Are you really asking for the axes to be plotted in REVERSE order, thus with the ticks showing High to Low on both axes?

Sign in to comment.

Accepted Answer

Cris LaPierre
Cris LaPierre on 14 Oct 2022
Use the axis command after creating your plot.
axis([-2 2 -5.5 5.5])

More Answers (0)

Categories

Find more on Specifying Target for Graphics Output in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!