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

    %% Show Obscured Lines
% Create a mesh plot of the |peaks| function. 

% Copyright 2015 The MathWorks, Inc.


figure
mesh(peaks)

%%
% By default, MATLAB(R) hides obscured lines from the view. Show the
% obscured parts of the mesh by setting the hidden line removal to |off|.

hidden off