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 = [5 3]
B = [2 1]
C_correct = [5 3 ; 2 1];
assert(isequal(stack(A,B),C_correct))
A =
5 3
B =
2 1
|
Return the largest number that is adjacent to a zero
3108 Solvers
367 Solvers
Put Two 1D matrices into one 1D matrix
91 Solvers
239 Solvers
Find the area of the four walls
135 Solvers