Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
polycell={[0 0 0 5 4 5 4 0] [2.5 5.5 3 9 -2 5.6]};
p2p_min=PolytoPol(polycell);
assert(abs(p2p_min-0.5)<.01);
|
2 | Pass |
polycell={[0 10 0 90 50 50 100 90 100 10] [0 110 100 110 50 70]};
p2p_min=PolytoPol(polycell);
assert(abs(p2p_min-15.617376)<.01);
|
3 | Pass |
polycell={[0 110 100 110 50 70] [20 5 50 7 30 5]};
p2p_min=PolytoPol(polycell);
assert(abs(p2p_min-63)<.01);
|
4 | Pass |
polycell={[-5 -5 -4 -4 -3 -3 -2 -2 5 5 5 0] [6 10 6 -10 20 0]};
p2p_min=PolytoPol(polycell);
assert(abs(p2p_min-1)<.01);
|
1263 Solvers
228 Solvers
88 Solvers
Are all the three given point in the same line?
270 Solvers
Generate a vector like 1,2,2,3,3,3,4,4,4,4
3614 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!