changing axis on a plot

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

1 commentaire

Image Analyst
Image Analyst le 23 Nov 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.

Connectez-vous pour commenter.

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 19 Nov 2013
Modifié(e) : Azzi Abdelmalek le 19 Nov 2013

0 votes

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

1 commentaire

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

Connectez-vous pour commenter.

Tags

Question posée :

le 19 Nov 2013

Commenté :

le 23 Nov 2013

Community Treasure Hunt

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

Start Hunting!

Translated by