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 largest value in the 3D matrix
1056 Solvers
314 Solvers
2316 Solvers
Sum of odd numbers in a matrix
311 Solvers
Matlab Basics - y as a function of x
339 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!