Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
A=[1 2 2 1; 2 2 3 3;2 3 3 4; 1 3 4 4]
c=[1 2 3 4];
d=[2 3 4];
b=[2 3];
a=1;
assert(isequal(create_matrix(a, c, d, b), A))
A =
1 2 2 1
2 2 3 3
2 3 3 4
1 3 4 4
|
Check if number exists in vector
4465 Solvers
480 Solvers
Find my daddy long leg (No 's')
632 Solvers
708 Solvers
2450 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!