Feeds
질문
Problems with plotting/graph
Hello, I have a question, when I try to graph my point A3 and A4, they don't show up! Anyone have an idea why? Here's my code ...
대략 5년 전 | 답변 수: 1 | 0
1
답변질문
Anyone know why it isnt accepting my cos(2x) ?
x = -pi:2*pi; f(x) = (cos(2.*x)); plot (f)
5년 초과 전 | 답변 수: 2 | 0
2
답변질문
Error: Unable to perform assignment because the left and right sides have a different number of elements.
Here's my code: r = input("Inserta el radio:"); densidad = 1.225; vol = (4/3)*pi*(r^3); dt = 0.002; m = 0.000000796 g = 9....
5년 초과 전 | 답변 수: 1 | 0
