Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [2 2]
y_correct = sqrt(8);
assert(isequal(your_fcn_name(x),y_correct))
x =
2 2
y =
2.8284
|
Remove any row in which a NaN appears
5977 Solvers
13798 Solvers
Matrix indexing with two vectors of indices
405 Solvers
345 Solvers
07 - Common functions and indexing 2
255 Solvers