This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a=1; b=1; c=7;
y_correct = 9;
assert(isequal(add(a,b,c),y_correct))
ans =
9
|
116 Solvers
247 Solvers
Sum the 'edge' values of a matrix
153 Solvers
197 Solvers
220 Solvers