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 =[3 4 5];
y_correct = 0;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
%%
x = [3 4 0];
y_correct = 1;
assert(isequal(your_fcn_name(x),y_correct))
|
Find the sum of all the numbers of the input vector
25590 Solvers
2933 Solvers
Remove the two elements next to NaN value
309 Solvers
206 Solvers
215 Solvers