Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'mathworks ';
y_correct = 'mathworks';
assert(isequal(removeblanks(x),y_correct))
ans =
mathworks
|
2 | Pass |
%%
x = 'delete ';
y_correct = 'delete';
assert(isequal(removeblanks(x),y_correct))
ans =
delete
|
3601 Solvers
376 Solvers
420 Solvers
231 Solvers
156 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!