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))
|
17149 Solvers
Which values occur exactly three times?
3307 Solvers
Is my wife right? Now with even more wrong husband
1145 Solvers
Project Euler: Problem 10, Sum of Primes
555 Solvers
07 - Common functions and indexing 6
282 Solvers