mm2706.m
来自「matlab7.0这本书的源代码」· M 代码 · 共 5 行
M
5 行
% mm2706.m
[X,Y,Z] = peaks(30);
meshc(X,Y,Z) % mesh plot with underlying contour plottitle('Figure 27.6: Mesh Plot with Contours')
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?