Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 1;
y_correct = 1;
assert(isequal(bullseye(x),y_correct))
|
2 | Fail |
x = 3;
y_correct = [3 2 3; 2 1 2; 3 2 3];
assert(isequal(bullseye(x),y_correct))
|
3 | Fail |
x = 5;
y_correct = [5 4 3 4 5; 4 3 2 3 4; 3 2 1 2 3; 4 3 2 3 4; 5 4 3 4 5];
assert(isequal(bullseye(x),y_correct))
|
12383 Solvers
Project Euler: Problem 6, Natural numbers, squares and sums.
1018 Solvers
Back to basics 20 - singleton dimensions
254 Solvers
380 Solvers
Implement simple rotation cypher
943 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!