Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
A = [6 7 8 9;10 11 12 13];
xc = [1 1 1;2 2 1];
yc = [1 2 1;3 2 4];
y_correct = [6 7 6;12 11 9];
assert(isequal(matching(A,xc,yc),y_correct))
|
Arrange Vector in descending order
1805 Solvers
Cell Counting: How Many Draws?
254 Solvers
179 Solvers
260 Solvers
Deleting an element in a matrix
242 Solvers