查看单个帖子
旧 2008-12-13, 20:54   #2
tolabfans
普通会员
 
注册日期: 2008-02-29
年龄: 44
帖子: 92
声望力: 19
tolabfans 正向着好的方向发展
默认 回复: [求助]急!在同一个figure界面上显示同一函数的连续图形和离散序列图

总算有一题会做了
t=0:2:100;y=sin(t);
subplot(121);
plot(t,y);
subplot(122);
plot(t,y,'s');
tolabfans 当前离线   回复时引用此帖