Feeds
已回答
plot a delta function
take this solution n = -5:1:5; s = zeros(size(n)); for i = 1:length(n) if n(i)< -2 s(i) = 0; ...
plot a delta function
take this solution n = -5:1:5; s = zeros(size(n)); for i = 1:length(n) if n(i)< -2 s(i) = 0; ...
6 years 前 | 0
