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;
y_correct = [55 60 65 70 75 80 85 90 95 100 105 110 115];
assert(isequal(counting(x),y_correct))
|
7685 Solvers
355 Solvers
262 Solvers
264 Solvers
Rotate a matrix for 180 degree
75 Solvers