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 |
LynLyn='You are @#$#@*& very kind';
[Lyy Lnn]=LyyLnn(LynLyn);
Ly='Youareverykind'; Ln=' @#$#@*& ';
assert(isequal(Ly,Lyy)&isequal(Ln,Lnn))
|
2 | Pass |
LynLyn='Please write me soon';
[Lyy Lnn]=LyyLnn(LynLyn);
Ly='Pleasewritemesoon'; Ln=' ';
assert(isequal(Ly,Lyy)&isequal(Ln,Lnn))
|
3 | Pass |
LynLyn='12+12=23 wrong';
[Lyy Lnn]=LyyLnn(LynLyn);
Ly='wrong'; Ln='12+12=23 ';
assert(isequal(Ly,Lyy)&isequal(Ln,Lnn))
|
Remove the small words from a list of words.
474 Solvers
363 Solvers
Least common multiple of many numbers
159 Solvers
middleAsColumn: Return all but first and last element as a column vector
317 Solvers
198 Solvers