This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'gopala';
y_correct = 'GoPaLa';
assert(isequal(altul(x),y_correct))
|
2 | Pass |
%%
x = 'adhisesa';
y_correct = 'AdHiSeSa';
assert(isequal(altul(x),y_correct))
|
Get the area codes from a list of phone numbers
532 Solvers
Back to basics 22 - Rotate a matrix
763 Solvers
Test if two numbers have the same digits
187 Solvers
420 Solvers
5467 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!