Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3 4 5 6 7;1 2 3 4 5 6 7];
y_correct = [1;1;2;2;3;3;4;4;5;5;6;6;7;7]
assert(isequal(your_fcn_name(x),y_correct))
y_correct =
1
1
2
2
3
3
4
4
5
5
6
6
7
7
|
2731 Solvers
Return a list sorted by number of occurrences
1225 Solvers
579 Solvers
Add a row of zeros on top of a matrix
146 Solvers
170 Solvers