mm2807.m
来自「matlab7.0这本书的源代码」· M 代码 · 共 33 行
M
33 行
subplot(2,2,1)
sphere
colormap(gray)
light
shading interp
axis square off
material default
title('Figure 28.7a: Default Material')
subplot(2,2,2)
sphere
light
shading interp
axis square off
material shiny
title('Figure 28.7b: Shiny Material')
subplot(2,2,3)
sphere
light
shading interp
axis square off
material dull
title('Figure 28.7c: Dull Material')
subplot(2,2,4)
sphere
light
shading interp
axis square off
material metal
title('Figure 28.7d: Metal Material')
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?