Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
assert(isequal(BestCricket(x),'Jiminy Cricket'))
ans =
Jiminy Cricket
|
2 | Pass |
%%
x = magic(7);
assert(isequal(BestCricket(x),'Jiminy Cricket'))
ans =
Jiminy Cricket
|
3 | Pass |
%%
x='Who is the best cricket?';
assert(isequal(BestCricket(x),'Jiminy Cricket'))
ans =
Jiminy Cricket
|
Sort a list of complex numbers based on far they are from the origin.
4327 Solvers
Sum the elements in either diagonal of a square matrix
178 Solvers
413 Solvers
Count decimal digits of a number
177 Solvers
465 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!