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))
|
594 Solvers
Flip the main diagonal of a matrix
506 Solvers
219 Solvers
205 Solvers
Solving Quadratic Equations (Version 1)
427 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!