📄 sample.m
字号:
close all
x=-40:0.01:40;
y=sin(x+eps)./(x+eps);
%y=sinc(x);
subplot(211)
plot(x,y)
axis([-20,20,-0.4,1.2])
grid on
%title('The sinc(x)')
title('The Sa(x)')
xlabel('x')
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -