mm2713.m
来自「matlab7.0这本书的源代码」· M 代码 · 共 4 行
M
4 行
[X,Y,Z] = peaks(30);surfc(X,Y,Z) % surf plot with contour plotxlabel('X-axis'), ylabel('Y-axis'), zlabel('Z-axis')title('Figure 27.13: Surface Plot with Contours')
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?