changing axis on a plot
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
How can I change the axis on a plot to change the x and y axis values.
1 Kommentar
Image Analyst
am 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.
Antworten (1)
Azzi Abdelmalek
am 19 Nov. 2013
Bearbeitet: Azzi Abdelmalek
am 19 Nov. 2013
set(gca,'xtick',[1 2 3 4],'ytick',[8 10 12 21])
1 Kommentar
Azzi Abdelmalek
am 20 Nov. 2013
You will find answers depending on your questions. Post a new question and wait for answers
Siehe auch
Kategorien
Mehr zu Annotations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!