Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
d = 20;
y_correct = 20+(10*pi);
assert(isequal(perm_semicircle(d),y_correct))
ans =
51.4159
|
2 | Pass |
d = 100;
y_correct = 100+(50*pi);
assert(isequal(perm_semicircle(d),y_correct))
ans =
257.0796
|
Swap the first and last columns
12413 Solvers
Sort a list of complex numbers based on far they are from the origin.
4327 Solvers
464 Solvers
Reverse the elements of an array
687 Solvers
429 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!