Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
n = 2;
C_correct = [1080,1080];
assert(isequal(matrix_rep(n),C_correct))
C =
540 540
|
2 | Fail |
n = 5;
C_correct = [16875,16875];
assert(isequal(matrix_rep(n),C_correct))
C =
6750 6750
|
405 Solvers
Make one big string out of two smaller strings
1149 Solvers
614 Solvers
255 Solvers
219 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!