Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
n = 2;
C_correct = [1080,1080];
assert(isequal(matrix_rep(n),C_correct))
ans =
1080 1080
|
2 | Pass |
n = 5;
C_correct = [16875,16875];
assert(isequal(matrix_rep(n),C_correct))
ans =
16875 16875
|
1327 Solvers
267 Solvers
Sum the 'edge' values of a matrix
232 Solvers
110 Solvers
Calculate square and cube of number
248 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!