This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3 4;5 6 7 8];
B_correct = [1 2 3 4 1 2 3 4;5 6 7 8 5 6 7 8;1 2 3 4 1 2 3 4;5 6 7 8 5 6 7 8];
assert(isequal(your_fcn_name(x),B_correct))
B =
1 2 3 4 1 2 3 4
5 6 7 8 5 6 7 8
1 2 3 4 1 2 3 4
5 6 7 8 5 6 7 8
|
4842 Solvers
650 Solvers
Create matrix of replicated elements
266 Solvers
437 Solvers
Matlab Basics II - Count rows in a matrix
179 Solvers