Removing Xaxis and Yaxis values
728 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Waseem Hussain
am 3 Nov. 2017
Beantwortet: DanielFromIllinois
am 11 Mär. 2025
Hey I have plotted a graph but I want to remove the values on the axis, I don't want the numbers to show
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
DanielFromIllinois
am 11 Mär. 2025
set(ax,'xticklabel',[])
You can also use set(ax,'XTick',[]) but then you lose the ability to still turn the xgrid on. The grid will draw lines at your ticks specified by 'XTick'.
0 Kommentare
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots 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!