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 | Fail |
x = ['1b 2c 3d 4c'];
y_correct = ['1b 2c 3d 4c'];
assert(isequal(res(x),y_correct))
|
Get the length of a given vector
1359 Solvers
Duplicate each element of a vector.
455 Solvers
811 Solvers
223 Solvers
369 Solvers