📄 p13_17.m
字号:
% P13_17.M Surface normals to a sphere
%
% In this case, the command sphere can be used. Otherwise, compute the
% gradient. Then, use command surfnorm to plot results.
%
clear
clf
[x,y,z]=sphere(20);
surfnorm(x,y,z)
xlabel('x')
ylabel('y')
%
% for a general surface, compute the gradient
%
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -