Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 10;
y_correct = 45;
assert(isequal(photos(x),y_correct))
y =
45
|
2 | Pass |
x = 100;
y_correct = 4950;
assert(isequal(photos(x),y_correct))
y =
4950
|
3 | Pass |
x = 1000;
y_correct = 499500;
assert(isequal(photos(x),y_correct))
|
228 Solvers
450 Solvers
323 Solvers
Sum of odd numbers in a matrix
311 Solvers
424 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!