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

    %% Brighten Colormap
% Display a surface plot of |membrane|.

% Copyright 2015 The MathWorks, Inc.


surf(membrane)


%% 
% Brighten the colormap.

beta = .7;
brighten(beta)