a=1
% Construct the trasfer function
num=[a 1 3]
den=[1 2 10]
G=tf(num,den)
% Impulse response
impulse(G)
% Step response
step(G)
当我单击“运行”时,出现此错误“错误:订单分子 >= 订单分母”
a=1
% Construct the trasfer function
num=[a 1 3]
den=[1 2 10]
G=tf(num,den)
% Impulse response
impulse(G)
% Step response
step(G)
当我单击“运行”时,出现此错误“错误:订单分子 >= 订单分母”