Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
d = 20;
y_correct = 20+(10*pi);
assert(isequal(perm_semicircle(d),y_correct))
y =
51.4159
|
2 | Pass |
d = 100;
y_correct = 100+(50*pi);
assert(isequal(perm_semicircle(d),y_correct))
y =
257.0796
|
Find the peak 3n+1 sequence value
1108 Solvers
Numbers with prime factors 2, 3 and 5.
166 Solvers
Determine Whether an array is empty
646 Solvers
746 Solvers
519 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!