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))
|
432 Solvers
400 Solvers
2986 Solvers
509 Solvers
Matlab Basics - Set unwanted parts of a vector to zero
197 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!