How to turn off X axis while keeping the X axis grid lines?
19 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Athul C P
am 5 Nov. 2021
Kommentiert: Athul C P
am 6 Nov. 2021

set(gca,'XTick',[],'fontweight' , 'bold','fontsize',12); xlim([0 122]); grid on ;
0 Kommentare
Akzeptierte Antwort
Sudharsana Iyengar
am 5 Nov. 2021
Hi
Please try this and see if this is what you wanted.
grid on
set(gca,'Xticklabel',{})
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Title finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!