MATLAB: How to remove default ticks from plot

plot

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

Best Answer

set(gca,'XTick',[])