changing axis on a plot

4 visualizaciones (últimos 30 días)
Shani
Shani el 19 de Nov. de 2013
Comentada: Image Analyst el 23 de Nov. de 2013
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
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

Más información sobre Annotations en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by