Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = -1:1:3
y_correct = [-1 1 1 2 3];
assert(isequal(your_fcn_name(x),y_correct))
x =
-1 0 1 2 3
x =
-1 1 1 2 3
|
Remove any row in which a NaN appears
5979 Solvers
1780 Solvers
Sum of diagonals elements of a matrix
132 Solvers
81 Solvers
Matrix element wise multiplication
42 Solvers