Feeds
提问
Fourier series doesnt overlap function
b = zeros(1,7); x = linspace(-2,2,200); f = ((8+x.^3)).^(1/2); b0 = trapz(x,f); for n = 1:7 y = f.*sin(n*pi*x/2); ...
7 years 前 | 0 个回答 | 0
0
个回答提问
Line thickness 'invalid data argument' error
Can anyone tell me why im getting an "invalid data argument" error when trying to change the line thickness. The commented out l...
7 years 前 | 1 个回答 | 1