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))
|
3306 Solvers
Return elements unique to either input
475 Solvers
Getting the absolute index from a matrix
176 Solvers
Create a vector whose elements depend on the previous element
290 Solvers
Matrix element wise multiplication
42 Solvers