Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
s = 'hello'
c_correct = 86400;
assert(isequal(word_product(s),c_correct))
s =
'hello'
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In word_product (line 2)
In ScoringEngineTestPoint1 (line 3)
In solutionTest (line 3)]
|
2 | Pass |
s = 'Fantastic'
c_correct = 17236800;
assert(isequal(word_product(s),c_correct))
s =
'Fantastic'
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In word_product (line 2)
In ScoringEngineTestPoint2 (line 3)
In solutionTest (line 5)]
|
17223 Solvers
Determine Whether an array is empty
646 Solvers
Who is the smartest MATLAB programmer?
561 Solvers
372 Solvers
2316 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!