Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
s = 'hello'
c_correct = 86400;
assert(isequal(word_product(s),c_correct))
s =
'hello'
p =
86400
|
2 | Pass |
s = 'Fantastic'
c_correct = 17236800;
assert(isequal(word_product(s),c_correct))
s =
'Fantastic'
p =
17236800
|
Find the numeric mean of the prime numbers in a matrix.
6782 Solvers
1421 Solvers
middleAsColumn: Return all but first and last element as a column vector
387 Solvers
246 Solvers
424 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!