This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 10;
y_correct = 3.041840000000000;
assert(isequal(pi_est1(x),y_correct))
ans =
3.0418
ans =
3.0418
|
2 | Pass |
%%
x = 1000;
y_correct = 3.140593000000000;
assert(isequal(pi_est1(x),y_correct))
ans =
3.1406
ans =
3.1406
|
3 | Pass |
%%
x = 1e6;
y_correct = 3.141592000000000;
assert(isequal(pi_est1(x),y_correct))
ans =
3.1416
ans =
3.1416
|
Find the peak 3n+1 sequence value
1107 Solvers
given 3 sides, find area of this triangle
680 Solvers
340 Solvers
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
292 Solvers
311 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!