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))
|
337 Solvers
651 Solvers
3967 Solvers
Detect a number and replace with two NaN's
178 Solvers
436 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!