This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
nMax = 10;
y_correct = 3.041840000000000;
assert(isequal(pi_est1(nMax),y_correct))
|
2 | Pass |
nMax = 1000;
y_correct = 3.140593000000000;
assert(isequal(pi_est1(nMax),y_correct))
|
3 | Pass |
nMax = 1e6;
y_correct = 3.141592000000000;
assert(isequal(pi_est1(nMax),y_correct))
|
17138 Solvers
270 Solvers
286 Solvers
305 Solvers
281 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!