Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x ='justify string ';
y_correct = ' justify string ';
assert(isequal(just_center(x),y_correct))
|
2 | Pass |
x=' justify string ';
y_correct = ' justify string ';
assert(isequal(just_center(x),y_correct))
|
4599 Solvers
Given an unsigned integer x, find the largest y by rearranging the bits in x
780 Solvers
Back to basics 22 - Rotate a matrix
763 Solvers
Calculate distance travelled when given radius and rotations
183 Solvers
511 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!