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))
y =
1101
|
3 | Pass |
%%
x=[-644 380 1009];
assert(isequal(altsum(x),-15))
y =
-1024
|
4 | Pass |
%%
x=[-20 -48 0 -318];
assert(isequal(altsum(x),346))
y =
28
y =
346
|
5 | Pass |
%%
x=[1095 -1874 428 896 731 578 40];
assert(isequal(altsum(x),2694))
y =
2969
y =
2501
y =
2654
|
Return the largest number that is adjacent to a zero
3750 Solvers
434 Solvers
find the maximum element of the matrix
348 Solvers
484 Solvers
2455 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!