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 |
x = 1:3;
y= 3:-1:1;
z_correct = 10;
assert(isequal(your_fcn_name(x,y),z_correct))
|
2 | Pass |
x = 1:6;
y= ones(1,6);
z_correct = 21;
assert(isequal(your_fcn_name(x,y),z_correct))
|
2531 Solvers
Remove any row in which a NaN appears
5981 Solvers
1515 Solvers
Getting the indices from a matrice
269 Solvers
197 Solvers