changing axis on a plot
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
How can I change the axis on a plot to change the x and y axis values.
1 Commento
Image Analyst
il 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.
Risposte (1)
Azzi Abdelmalek
il 19 Nov 2013
Modificato: Azzi Abdelmalek
il 19 Nov 2013
set(gca,'xtick',[1 2 3 4],'ytick',[8 10 12 21])
1 Commento
Azzi Abdelmalek
il 20 Nov 2013
You will find answers depending on your questions. Post a new question and wait for answers
Vedere anche
Categorie
Scopri di più su Annotations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!