Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
d = 20;
y_correct = 20+(10*pi);
assert(isequal(perm_semicircle(d),y_correct))
51.4159
|
2 | Pass |
d = 100;
y_correct = 100+(50*pi);
assert(isequal(perm_semicircle(d),y_correct))
257.0796
|
1051 Solvers
Remove the two elements next to NaN value
411 Solvers
1097 Solvers
177 Solvers
153 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!