李秋锐 发表于 2015-2-1 19:31

clear
clc
t=0:0.001:10;
y=sin(t);
% plot(t,y);
Y=sin(10*t);
c=y.*Y;
plot(t,y,'r:',t,c,'b')


页: [1]
查看完整版本: