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

    %% Specify Mesh Plot Properties
% Create a mesh plot using red lines.

fmesh(@(x,y) sin(x)+cos(y),'EdgeColor','red')