Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 10;
y_correct = 45;
assert(isequal(photos(x),y_correct))
|
2 | Pass |
%%
x = 100;
y_correct = 4950;
assert(isequal(photos(x),y_correct))
|
3 | Pass |
%%
x = 1000;
y_correct = 499500;
assert(isequal(photos(x),y_correct))
|
1600 Solvers
2183 Solvers
07 - Common functions and indexing 5
314 Solvers
Sum of diagonals elements of a matrix
166 Solvers
241 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!