?? uimpus.m
字號(hào):
% Program For Generation of Unit Impulse Signal
clc;
clear all;
close all;
t=-2:1:2;
y=[zeros(1,2),ones(1,1),zeros(1,2)];
subplot(2,1,1);
stem(t,y);
title('Unit Impulse Signal');
ylabel('Amplitude-->');
xlabel(' n-->');
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -