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

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

plot(rand(5))
yticklabels({})