Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 1;
assert(isequal(calculate_sum(x),y_correct))
|
2 | Pass |
x = [1 2 5 9 4];
y_correct = 21;
assert(isequal(calculate_sum(x),y_correct))
|
Remove any row in which a NaN appears
6826 Solvers
All your base are belong to us
463 Solvers
573 Solvers
Find the square of the sum of the digits of a number
119 Solvers
555 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!