MATLAB: Graphic,axes

axes object

Hi
really these days I have a challenge with axes objects…
I want to know how to make the axes numbers disappear…
but when I type axis off the whole axes object becomes disappear
show me how to overcome this problem???

Best Answer

The axis "numbers" are called tick labels
set(gca, {'XTickLabel', 'YTickLabel', 'ZTickLabel'}, {[], [], []})