closest I can get is 'curing', 188 away.
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
|
Compute a dot product of two vectors x and y
750 Solvers
299 Solvers
480 Solvers
Convert a Cell Array into an Array
430 Solvers
2239 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!