Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isequal(times2(1),2));
[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 times2 (line 2)
In ScoringEngineTestPoint1 (line 1)
In solutionTest (line 3)]
|
2 | Pass |
assert(isequal(times2(11),22));
[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 times2 (line 2)
In ScoringEngineTestPoint2 (line 1)
In solutionTest (line 5)]
|
3 | Pass |
assert(isequal(times2(-3),-6));
[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 times2 (line 2)
In ScoringEngineTestPoint3 (line 1)
In solutionTest (line 7)]
|
4 | Pass |
assert(isequal(times2(29),58));
[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 times2 (line 2)
In ScoringEngineTestPoint4 (line 1)
In solutionTest (line 9)]
|
Find the longest sequence of 1's in a binary sequence.
3369 Solvers
Extract leading non-zero digit
1205 Solvers
What is the next step in Conway's Life?
639 Solvers
359 Solvers
464 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!