Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = magic(5);
y_correct =[ 0 24 0 8 0
0 0 0 14 16
4 6 0 20 22
10 12 0 0 0
0 18 0 2 0]
assert(isequal(your_fcn_name(x),y_correct))
y_correct =
0 24 0 8 0
0 0 0 14 16
4 6 0 20 22
10 12 0 0 0
0 18 0 2 0
|
7673 Solvers
Find nearest prime number less than input number
181 Solvers
345 Solvers
204 Solvers
Find the area of the four walls
135 Solvers