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))
|
27981 Solvers
84 Solvers
123 Solvers
The Answer to Life, the Universe, and Everything
383 Solvers
238 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!