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))
|
1836 Solvers
Make one big string out of two smaller strings
1148 Solvers
349 Solvers
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
511 Solvers
39 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!