Removing Xaxis and Yaxis values
633 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Waseem Hussain
il 3 Nov 2017
Risposto: DanielFromIllinois
il 11 Mar 2025
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 Commenti
Risposta accettata
Più risposte (1)
DanielFromIllinois
il 11 Mar 2025
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 Commenti
Vedere anche
Categorie
Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!