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))
|
119 Solvers
Determine the number of odd integers in a vector
323 Solvers
304 Solvers
Is this triangle right-angled?
1924 Solvers
Sum the 'edge' values of a matrix
154 Solvers