Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 'mathworks ';
y_correct = 'mathworks';
assert(isequal(removeblanks(x),y_correct))
y =
'mathworks'
|
2 | Pass |
x = 'delete ';
y_correct = 'delete';
assert(isequal(removeblanks(x),y_correct))
y =
'delete'
|
594 Solvers
Do Fast Fourier Transformation
221 Solvers
520 Solvers
2782 Solvers
Test Problem; Create a 5x5 array containing all ones
270 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!