3
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)

「実行」をクリックすると、このエラーが表示されます「エラー: 注文分子 >= 注文分母」

4

1 に答える 1