This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
A=[1 2 3;
4 5 6;
7 8 9]
y_correct = A(2:end,2:end);
assert(isequal(your_fcn_name(x),y_correct))
A =
1 2 3
4 5 6
7 8 9
A =
1 2 3
4 5 6
7 8 9
|
314 Solvers
485 Solvers
Append two matrix as shown below example
182 Solvers
262 Solvers
309 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!