?? 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 + -