Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [10 8 10 7 1];
y_correct = [4 5];
assert(isequal(your_fcn_name(x),y_correct))
y =
4 5
|
Back to basics 22 - Rotate a matrix
682 Solvers
07 - Common functions and indexing 5
255 Solvers
317 Solvers
312 Solvers
200 Solvers