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
|
5831 Solvers
Make one big string out of two smaller strings
1148 Solvers
559 Solvers
271 Solvers
Matlab Basics - Create a row vector
277 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!