mahdizero 发表于 2008-12-16 16:42

错误出现在哪里?怎么改

num=;
den=;
=step(num,den);
subplot(2,2,1);
plot(t,x(:,2));

friendchj 发表于 2008-12-16 16:50

运行了一下,x是空矩阵

ch_j1985 发表于 2008-12-16 20:51

回复 楼主 mahdizero 的帖子

num=;
den=;
s1=tf(num,den);
=step(s1);
subplot(2,2,1);
plot(t,y);
subplot(2,2,2);
step(s1)
页: [1]
查看完整版本: 错误出现在哪里?怎么改