📄 zresp.m
字号:
clear;
b=input('Type in the right coefficient vector of different equation:');
a=input('Type in the left coefficient vector of different equation:');
t=-5:0.01:5;
e=input('Type in the expression of the input signal e(t):');
lsim(b,a,e,t);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -