Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
dx1=[-4, 2, 3];
dy1=[-1,-1,0];
dx2=[2, 0,-2,-2];
dy2=[-1,-2,-1, 0];
assert(isequal(yaff(dx1,dy1,dx2,dy2),false))
|
2 | Pass |
%%
dx1=[-4, 2, 3];
dy1=[-1,-1,-1];
dx2=[2, 0,-2,-2];
dy2=[-1,-2,-1, 0];
assert(isequal(yaff(dx1,dy1,dx2,dy2),true))
|
3 | Pass |
%%
dx1=[6,-4, 5, 2];
dy1=[1, 0, 1,-1];
dx2=[2, 2, 3,-3, 1, 0, 6];
dy2=[-5, 2,-2,-3, 4, 3, 3];
assert(isequal(yaff(dx1,dy1,dx2,dy2),true))
|
4 | Pass |
%%
dx1=[6,-3, 5, 1];
dy1=[1, 0, 1,-1];
dx2=[2, 2, 3,-3, 1, 0, 6];
dy2=[-5, 2,-2,-3, 4, 3, 3];
assert(isequal(yaff(dx1,dy1,dx2,dy2),false))
|
556 Solvers
831 Solvers
694 Solvers
Find nearest prime number less than input number
268 Solvers
Determine the number of odd integers in a vector
435 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!