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
|
Sort a list of complex numbers based on far they are from the origin.
4327 Solvers
Number of 1s in a binary string
2827 Solvers
Rotate input square matrix 90 degrees CCW without rot90
380 Solvers
Getting the indices from a matrice
360 Solvers
465 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!