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

    %% Delete Colorbar
% Add a colorbar to a surface plot.

% Copyright 2015 The MathWorks, Inc.


%%
figure
surf(peaks)
colorbar

%% 
% Delete the colorbar from the surface plot.
colorbar('off')