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
|
Select every other element of a vector
20334 Solvers
280 Solvers
Find the sum of the elements in the "second" diagonal
994 Solvers
Back to basics 13 - Input variables
233 Solvers
321 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!