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))
|
2 | Pass |
x = 1000;
y_correct = 3.140593000000000;
assert(isequal(pi_est1(x),y_correct))
|
3 | Pass |
x = 1e6;
y_correct = 3.141592000000000;
assert(isequal(pi_est1(x),y_correct))
|
Number of 1s in a binary string
2827 Solvers
Magic is simple (for beginners)
2757 Solvers
516 Solvers
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
292 Solvers
2625 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!