Removing Xaxis and Yaxis values
693 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
更多回答(1 个)
DanielFromIllinois
2025-3-11
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 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!