Feeds
질문
How to smooth a curve
f = [20, 25, 30, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 50, 55, 60]; A_x = 0.01.*[0.55, 0.65, 1.05, 1.65, 1.75, 1.85, 2....
대략 5년 전 | 답변 수: 1 | 0
1
답변질문
How to find standard deviation and mean for this monte-carlo simulation
inside = 0; N = 100 for n = 1:N x = rand; y = rand; if sqrt(x^2+y^2) <= 1 plot(x,y,'r.'); ...
대략 5년 전 | 답변 수: 1 | 0