This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [1:10];
y_correct =[1:10;1:10];
rows=2;
assert(isequal(consIdenticalRowMatrix(x,rows),y_correct))
|
10757 Solvers
279 Solvers
437 Solvers
194 Solvers
Back to Basics - Find no. of elements in a matrix?
163 Solvers