Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 10;
y_correct = 45;
assert(isequal(photos(x),y_correct))
ans =
45
|
2 | Pass |
%%
x = 100;
y_correct = 4950;
assert(isequal(photos(x),y_correct))
ans =
4950
|
3 | Pass |
%%
x = 1000;
y_correct = 499500;
assert(isequal(photos(x),y_correct))
ans =
499500
|
5703 Solvers
1398 Solvers
657 Solvers
Back to basics 9 - Indexed References
392 Solvers
Change the sign of even index entries of the reversed vector
296 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!