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'
|
Remove all the words that end with "ain"
1292 Solvers
How to find the position of an element in a vector without using the find function
2477 Solvers
Project Euler: Problem 3, Largest prime factor
379 Solvers
Who knows the last digit of pi?
557 Solvers
406 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!