Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
dem = [1 5 9; ...
4 5 6; ...
8 7 3];
IX = [0 1 4; ...
1 1 9; ...
2 9 0];
assert(isequal(sgix(dem),IX))
|
2 | Pass |
dem = [1 5 4 9; ...
4 5 7 7; ...
6 6 6 8];
IX = [0 1 0 7; ...
1 1 7 7; ...
2 2 5 9];
assert(isequal(sgix(dem),IX))
|
312 Solvers
All your base are belong to us
463 Solvers
Find perfect placement of non-rotating dominoes (easier)
240 Solvers
43 Solvers
81 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!