Removing Xaxis and Yaxis values
Show older comments
Hey I have plotted a graph but I want to remove the values on the axis, I don't want the numbers to show
Accepted Answer
More Answers (1)
DanielFromIllinois
on 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'.
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!