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))
|
Determine whether a vector is monotonically increasing
11925 Solvers
Create a square matrix of multiples
383 Solvers
Test if two numbers have the same digits
187 Solvers
Magic is simple (for beginners)
2755 Solvers
191 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!