How to turn off X axis while keeping the X axis grid lines?

54 Ansichten (letzte 30 Tage)
The x axis is turning off while using 'XTick', [ ] and gridlines are also removing(vertical lines). But I need to keep the grid lines and remove xaxis from the figure.
set(gca,'XTick',[],'fontweight' , 'bold','fontsize',12); xlim([0 122]); grid on ;

Akzeptierte Antwort

Sudharsana Iyengar
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)

Sudharsana Iyengar
Sudharsana Iyengar am 5 Nov. 2021
grid on
set(gca,'Xtick',[],'Ytick',[])
  1 Kommentar
Athul C P
Athul C P am 5 Nov. 2021
This is also not working. I added one figure I think by looking that you might be getting the actual problem.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu MATLAB 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!

Translated by