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
|
Least common multiple of many numbers
189 Solvers
Back to basics 21 - Matrix replicating
1052 Solvers
Duplicate each element of a vector.
518 Solvers
Replace multiples of 5 with NaN
358 Solvers
273 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!