Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
xyz = [3,4,2; 0,0,2; 0,1,2; 1,1,2; 1,1,20];
w_correct = 25;
assert(isequal(walked(xyz),w_correct))
[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 walked (line 2)
In ScoringEngineTestPoint1 (line 3)
In solutionTest (line 3)]
|
2 | Pass |
xyz = [3,4,2; 0,0,2; 0,1,2; 1,1,2; 1,5,5];
w_correct = 12;
assert(isequal(walked(xyz),w_correct))
[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 walked (line 2)
In ScoringEngineTestPoint2 (line 3)
In solutionTest (line 5)]
|
323 Solvers
Generate N equally spaced intervals between -L and L
438 Solvers
377 Solvers
253 Solvers
196 Solvers