Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
assert(isequal(BestCricket(x),'Jiminy Cricket'))
|
2 | Pass |
%%
x = magic(7);
assert(isequal(BestCricket(x),'Jiminy Cricket'))
|
3 | Pass |
%%
x='Who is the best cricket?';
assert(isequal(BestCricket(x),'Jiminy Cricket'))
|
Find common elements in matrix rows
1232 Solvers
given 3 sides, find area of this triangle
680 Solvers
280 Solvers
147 Solvers
Count decimal digits of a number
176 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!