Range of x and y

1 visualización (últimos 30 días)
Offroad Jeep
Offroad Jeep el 14 de Oct. de 2022
Comentada: John D'Errico el 14 de Oct. de 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 comentario
John D'Errico
John D'Errico el 14 de Oct. de 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?

Iniciar sesión para comentar.

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by