This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = {'a','b','c'};
y_correct = {'a','*','b','*','c'};
assert(isequal(your_fcn_name(x),y_correct))
|
Remove the small words from a list of words.
672 Solvers
Magic is simple (for beginners)
2749 Solvers
340 Solvers
327 Solvers
286 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!