Feeds
已回答
how to write equation in matlab ?
s = @(x) (1-0.4*(cos(x/100))).*(0<=x & x<=511); x = linspace(0, 500); R = s(x); figure(1) plot(x,R) axis([xlim 0 1.5]) % ...
how to write equation in matlab ?
s = @(x) (1-0.4*(cos(x/100))).*(0<=x & x<=511); x = linspace(0, 500); R = s(x); figure(1) plot(x,R) axis([xlim 0 1.5]) % ...
6 years 前 | 0