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 2 5 7 3 67 9 5 3 7 69];
y_correct = 11;
assert(isequal(arraysssss(x),y_correct))
y =
11
|
Back to basics 22 - Rotate a matrix
763 Solvers
07 - Common functions and indexing 3
317 Solvers
Count decimal digits of a number
176 Solvers
424 Solvers
241 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!