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)]
|
Find the two most distant points
1628 Solvers
The Goldbach Conjecture, Part 2
1284 Solvers
Getting the absolute index from a matrix
211 Solvers
The sum of the numbers in the vector
426 Solvers
Switch matrix to a column vector
260 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!