主题
:
[求助]急!在同一个figure界面上显示同一函数的连续图形和离散序列图
查看单个帖子
2008-12-13, 20:54
#
2
tolabfans
普通会员
注册日期: 2008-02-29
年龄: 44
帖子: 92
声望力:
19
回复: [求助]急!在同一个figure界面上显示同一函数的连续图形和离散序列图
总算有一题会做了
t=0:2:100;y=sin(t);
subplot(121);
plot(t,y);
subplot(122);
plot(t,y,'s');
tolabfans
查看公开信息
发送悄悄话给 tolabfans
查找 tolabfans 发表的更多帖子