Feeds
提问
Using MATLAB, calculate a sum from within a script, by adding the individual elements together
I can do the sum generally on matlab but I do not know to to add the individual elements.
4 years 前 | 0 个回答 | 0
0
个回答提问
Trying to plot this curve what have I done wrong?
plot(18*sqrt(2)*(sqrt(1+1/(1+x^2)) + asin(1/(1+x^2)-pi/2)))
5 years 前 | 1 个回答 | 0
1
个回答提问
Why cant' I plot this graph?
x = linspace(0,2,250); y = 15*x^3-9*x^2-36*x+36; plot(y,x)
5 years 前 | 1 个回答 | 0