Removing Xaxis and Yaxis values
624 ビュー (過去 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!