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 |
x = ['1b 2c 3d 4c'];
y_correct = ['1b 2c 3d 4c'];
assert(isequal(res(x),y_correct))
|
Back to basics 6 - Column Vector
809 Solvers
Test if two numbers have the same digits
155 Solvers
86 Solvers
Find out sum of all elements of given Matrix
272 Solvers
185 Solvers