Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
n = 2;
C_correct = [1080,1080];
assert(isequal(matrix_rep(n),C_correct))
C =
2430 1620
|
2 | Fail |
n = 5;
C_correct = [16875,16875];
assert(isequal(matrix_rep(n),C_correct))
C =
24300 20250
|
54371 Solvers
1600 Solvers
Generate a string like abbcccddddeeeee
234 Solvers
Matlab Basics II - Create a vector with a repeated entry
182 Solvers
77 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!