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'))
|
3309 Solvers
Getting the row and column location from a matrix
192 Solvers
Generate N equally spaced intervals between -L and L
442 Solvers
Add a row of zeros on top of a matrix
145 Solvers
Create sequnce 1 4 9 16 25.........
149 Solvers