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
|
401 Solvers
Back to basics 19 - character types
225 Solvers
302 Solvers
Finding perimeter of a rectangle
278 Solvers
Basic commands - amount of inputs
134 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!