Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3];
y_correct = [1 4 6];
assert(isequal(your_fcn_name(x),y_correct))
ans =
1 4 6
|
498 Solvers
286 Solvers
492 Solvers
354 Solvers
Sum positive elements of matrix.
71 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!