mm2714.m
来自「matlab7.0这本书的源代码」· M 代码 · 共 6 行
M
6 行
[X,Y,Z] = peaks(30);surfl(X,Y,Z) % surf plot with lightingshading interp % surfl plots look best with interp shadingcolormap pink % they also look better with shades of a single colorxlabel('X-axis'), ylabel('Y-axis'), zlabel('Z-axis')title('Figure 27.14: Surface Plot with Lighting')
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?