Feeds
已回答
How to download Matlab Version 2021a
%Addition (DT) x=[1 2 3 4]; subplot(3,1,1); stem(x); title('X'); y=[1 1 1 1]; subplot(3,1,2); stem(y); title('Y'); z=x+...
How to download Matlab Version 2021a
%Addition (DT) x=[1 2 3 4]; subplot(3,1,1); stem(x); title('X'); y=[1 1 1 1]; subplot(3,1,2); stem(y); title('Y'); z=x+...
6 months 前 | 0