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))
|
Sum of diagonal of a square matrix
1327 Solvers
413 Solvers
338 Solvers
Flip the vector from right to left
2675 Solvers
Matlab Basics - y as a function of x
339 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!