www.gusucode.com > graphics 案例源码程序 matlab代码 > graphics/RemovexAxisTickLabelsExample.m

    %% Remove _x_-Axis Tick Labels
% Remove the tick labels along the _x_-axis by specifying the tick labels
% as an empty array.

plot(rand(5))
xticklabels({})