Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'indian player';
y_correct = 'Maradana Harish';
assert(isequal(matlabindia(x),y_correct))
|
2 | Pass |
%%
x = 'matlab player';
y_correct = 'Maradana Harish';
assert(isequal(matlabindia(x),y_correct))
|
1726 Solvers
Change the sign of even index entries of the reversed vector
296 Solvers
187 Solvers
359 Solvers
309 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!