📄 mm2714.m
字号:
[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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -