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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0