Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
d = 20;
y_correct = 20+(10*pi);
assert(isequal(perm_semicircle(d),y_correct))
|
2 | Pass |
d = 100;
y_correct = 100+(50*pi);
assert(isequal(perm_semicircle(d),y_correct))
|
Sum of diagonal of a square matrix
1327 Solvers
Implement simple rotation cypher
943 Solvers
Get the elements of diagonal and antidiagonal for any m-by-n matrix
267 Solvers
492 Solvers
Find the next Fibonacci number
223 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!