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 |
%%
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))
|
265 Solvers
Back to basics 6 - Column Vector
809 Solvers
Rotate and display numbered tile
221 Solvers
Test if two numbers have the same digits
155 Solvers
288 Solvers