How to remove default ticks from plot

1 view (last 30 days)
Hi,
Could anybody tell how to remove the 150 and 200 tick labels from the axis. They are the default labels. I added the larger ones myself using the ticks option, but I cannot remove the default ones.
Thank you

Accepted Answer

Sean de Wolski
Sean de Wolski on 11 Jan 2013
set(gca,'XTick',[])

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!