This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
M= [1 2 3; 4 5 6];
n = 2;
N_correct = [1 2 3];
assert(isequal(row_removal(M,n),N_correct))
|
Remove any row in which a NaN appears
5971 Solvers
2110 Solvers
Simple equation: Annual salary
3402 Solvers
270 Solvers
341 Solvers