Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x=508;
assert(isequal(altsum(x),508))
|
2 | Pass |
x=[1692 591];
assert(isequal(altsum(x),1101))
|
3 | Pass |
x=[-644 380 1009];
assert(isequal(altsum(x),-15))
|
4 | Pass |
x=[-20 -48 0 -318];
assert(isequal(altsum(x),346))
|
5 | Pass |
x=[1095 -1874 428 896 731 578 40];
assert(isequal(altsum(x),2694))
|
Select every other element of a vector
20334 Solvers
1263 Solvers
Rotate input square matrix 90 degrees CCW without rot90
380 Solvers
The Answer to Life, the Universe, and Everything
383 Solvers
1159 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!