Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = 1;
b = 2;
out = sumDigits(a);
assert(isequal(out, b))
c =
2
c =
b =
2
|
2 | Pass |
a = 10;
b = 7;
out = sumDigits(a);
assert(isequal(out, b))
c =
1024
c =
024
c =
24
c =
4
c =
b =
7
|
3 | Pass |
a = 16;
b = 25;
out = sumDigits(a);
assert(isequal(out, b))
c =
65536
c =
5536
c =
536
c =
36
c =
6
c =
b =
25
|
Replace NaNs with the number that appears to its left in the row.
2018 Solvers
325 Solvers
The sum of the numbers in the vector
426 Solvers
369 Solvers
2334 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!