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 = ['1a 2c 3c 4b'];
y_correct = ['1a 2c 3c 4b'];
assert(isequal(res(x),y_correct))
ans =
'1a 2c 3c 4d'
|
2236 Solvers
Replace multiples of 5 with NaN
282 Solvers
262 Solvers
154 Solvers
Sum of the Multiplication of Vectors
153 Solvers