- You remove the ticks: set(gca, 'ytick', []), but this way you would also see no grid lines.
- Remove the labels: set(gca, 'yticklabel', [])
Help with plot in matlab
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
aurc89
am 8 Jan. 2015
Kommentiert: aurc89
am 8 Jan. 2015
Hello, I have a simple question: I need to plot two vectors x and y as a function y=f(x), i.e. plot(x,y). I want the y numerical values not to appear on the vertical axis: how can I do that? Thanks
0 Kommentare
Akzeptierte Antwort
Titus Edelhofer
am 8 Jan. 2015
Hi,
two possibilities:
Titus
Weitere Antworten (0)
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!