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 relatively common elements in matrix rows
644 Solvers
1590 Solvers
Remove the two elements next to NaN value
309 Solvers
193 Solvers
185 Solvers