7-21.m

来自「matlab图像程序.zip」· M 代码 · 共 16 行

M
16
字号
subplot(131)
sphere(16)
axis square
shading flat
title('Flat Shading')
subplot(132)
sphere(16)
axis square
shading faceted
title('Faceted Shading')
subplot(133)
sphere(16)
axis square
shading interp
title('Interpolated Shading')

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?