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))
|
6280 Solvers
Generate N equally spaced intervals between -L and L
563 Solvers
320 Solvers
Find out total non zero element of matrix
193 Solvers
292 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!