Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
A = [1 2 4 3];
B = [3 1 3 1];
C_correct = [4 3 7 4];
assert(isequal(add(A,B),C_correct))
|
232 Solvers
Find the largest value in the 3D matrix
1056 Solvers
228 Solvers
07 - Common functions and indexing 1
338 Solvers
2045 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!