主题
:
[求助]关于画图问题!
查看单个帖子
2008-05-30, 19:37
#
2
fgabertb
普通会员
注册日期: 2008-03-25
年龄: 40
帖子: 58
声望力:
19
subplot(2,1,1)
x=[1 5 3 4];
y=[5 6 9 8];
plot(x,'r')
hold on
plot(y)
subplot(2,1,2)
a=[11 12 13 16];
b=[25 46 35 12];
plot(a,'k')
hold on
plot(b,'r')
:smile:
fgabertb
查看公开信息
发送悄悄话给 fgabertb
查找 fgabertb 发表的更多帖子