Given the matrix A, return B in which all the rows that have one or more NaNs have been removed. So for
A = [ 1 5 8 -3 NaN 14 0 6 NaN ];
then
B = [ 1 5 8 ]
2919 Solvers
Replace NaNs with the number that appears to its left in the row.
1519 Solvers
174 Solvers
222 Solvers
427 Solvers
Opportunities for recent engineering grads.
Apply Today