changing axis on a plot

How can I change the axis on a plot to change the x and y axis values.

1 comentario

Image Analyst
Image Analyst el 23 de Nov. de 2013
Here is what Shani asked, so that it will still be here when she deletes this question:
How can I change the axis on a plot to change the x and y axis values.

Iniciar sesión para comentar.

Respuestas (1)

Azzi Abdelmalek
Azzi Abdelmalek el 19 de Nov. de 2013
Editada: Azzi Abdelmalek el 19 de Nov. de 2013

0 votos

set(gca,'xtick',[1 2 3 4],'ytick',[8 10 12 21])

1 comentario

Azzi Abdelmalek
Azzi Abdelmalek el 20 de Nov. de 2013
You will find answers depending on your questions. Post a new question and wait for answers

Iniciar sesión para comentar.

Categorías

Etiquetas

Preguntada:

el 19 de Nov. de 2013

Comentada:

el 23 de Nov. de 2013

Community Treasure Hunt

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

Start Hunting!

Translated by