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))
|
Find the numeric mean of the prime numbers in a matrix.
6781 Solvers
Find the alphabetic word product
2321 Solvers
Remove the polynomials that have positive real elements of their roots.
629 Solvers
364 Solvers
379 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!