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
|
620 Solvers
338 Solvers
Matlab Basics II - Determine if an array has a 3rd dimension
107 Solvers
139 Solvers
174 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!