Feeds
已回答
Error message when computing integral: first input argument must be a function handle
n =0:0.5:10; x = exp(-1*n); subplot(3,3,1),stem(x) title('exponential') g = sin(n); subplot(3,3,2),stem(g) title('sinu...
Error message when computing integral: first input argument must be a function handle
n =0:0.5:10; x = exp(-1*n); subplot(3,3,1),stem(x) title('exponential') g = sin(n); subplot(3,3,2),stem(g) title('sinu...
3 years 前 | 0
