📄 iffshape.m
字号:
function iffshape(n,h)
% Re-draws graph when the shape slider is moved
% Tom O'Haver, July 2006
global x
global y
global center
global width
global shape
global mode
global ry
shape=round(n);
ry=RedrawFourierFilter(x,y,center,width,shape,mode);
axes(h);
h2=gca;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -