Removing Xaxis and Yaxis values
古いコメントを表示
Hey I have plotted a graph but I want to remove the values on the axis, I don't want the numbers to show
採用された回答
その他の回答 (1 件)
DanielFromIllinois
2025 年 3 月 11 日
0 投票
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'.
カテゴリ
ヘルプ センター および File Exchange で Line Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!