Removing Xaxis and Yaxis values
Afficher commentaires plus anciens
Hey I have plotted a graph but I want to remove the values on the axis, I don't want the numbers to show
Réponse acceptée
Plus de réponses (1)
DanielFromIllinois
le 11 Mar 2025
0 votes
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'.
Catégories
En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!