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

2 views (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)

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!