问题不是很清楚,大概是这样吧。自己看:
>> A=randn(1,91);
>> B=randn(91,1);
>> x=(1:0.1:10);
>> C=cos(x).*A;
>> whos C
Name Size Bytes Class Attributes
C 1x91 728 double
>> y=C.*B';
>> whos y
Name Size Bytes Class Attributes
y 1x91 728 double
>> plot(x,y)


雷达卡



京公网安备 11010802022788号







