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))
|
6063 Solvers
Read a column of numbers and interpolate missing data
1235 Solvers
516 Solvers
365 Solvers
Sum the 'edge' values of a matrix
232 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!