Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
s = 'hello'
c_correct = 86400;
assert(isequal(word_product(s),c_correct))
s =
hello
|
2 | Pass |
%%
s = 'Fantastic'
c_correct = 17236800;
assert(isequal(word_product(s),c_correct))
s =
Fantastic
|
Arrange Vector in descending order
1801 Solvers
Rotate and display numbered tile
221 Solvers
Getting the indices from a matrice
265 Solvers
Who is the smartest MATLAB programmer?
469 Solvers
502 Solvers