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
|
Output any real number that is neither positive nor negative
316 Solvers
Given a 4x4 matrix, swap the two middle columns
516 Solvers
274 Solvers
270 Solvers
903 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!