Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y = 1;
y_correct = 1;
assert(isequal(SetXValue(x,y),y_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 SetXValue (line 2)
In ScoringEngineTestPoint1 (line 4)
In solutionTest (line 3)]
|
2 | Pass |
x=5;
y = [ 1 3 5 7 9 11 13 15 17 19 21 23 25 27 29 ];
y_correct = [ 5 3 5 7 5 11 5 15 5 19 5 23 5 27 5];
assert(isequal(SetXValue(x,y),y_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 SetXValue (line 2)
In ScoringEngineTestPoint2 (line 4)
In solutionTest (line 5)]
|
3654 Solvers
Program an exclusive OR operation with logical operators
597 Solvers
500 Solvers
299 Solvers
264 Solvers