Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 'c5';
y = 'c6';
z = true;
assert(isequal(chessmove(x,y),z))
[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 chessmove (line 2)
In ScoringEngineTestPoint1 (line 4)
In solutionTest (line 3)]
|
2 | Pass |
x = 'Bb7';
y = 'Bd7';
z = false;
assert(isequal(chessmove(x,y),z))
[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 chessmove (line 2)
In ScoringEngineTestPoint2 (line 4)
In solutionTest (line 5)]
|
3 | Pass |
x = 'Nf1';
y = 'Ne3';
z = true;
assert(isequal(chessmove(x,y),z))
[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 chessmove (line 2)
In ScoringEngineTestPoint3 (line 4)
In solutionTest (line 7)]
|
4 | Pass |
x = 'Qb2';
y = 'Qc4';
z = false;
assert(isequal(chessmove(x,y),z))
[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 chessmove (line 2)
In ScoringEngineTestPoint4 (line 4)
In solutionTest (line 9)]
|
5 | Pass |
x = 'Rh8';
y = 'Rh1';
z = true;
assert(isequal(chessmove(x,y),z))
[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 chessmove (line 2)
In ScoringEngineTestPoint5 (line 4)
In solutionTest (line 11)]
|
3968 Solvers
1050 Solvers
613 Solvers
Golomb's self-describing sequence (based on Euler 341)
106 Solvers
Relative ratio of "1" in binary number
392 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!