How to not display abscissa ticks using command while keeping the ticks of y-axis?

1 view (last 30 days)
How to not display abscissa ticks using Matlab command while keeping the ticks of y-axis? Thank you.

Accepted Answer

KALYAN ACHARJYA
KALYAN ACHARJYA on 24 Oct 2018
set(gca,'XTick',[]);

More Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Products


Release

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!