Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 6 9; 3 2 8; 6 7 11];
y_correct = 11;
assert(isequal(your_fcn_name(x),y_correct))
y =
11
|
2 | Pass |
x = [3 8; 4 2];
y_correct = 8;
assert(isequal(your_fcn_name(x),y_correct))
y =
8
|
Return the largest number that is adjacent to a zero
3749 Solvers
965 Solvers
219 Solvers
Relative ratio of "1" in binary number
392 Solvers
484 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!