Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
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 | Fail |
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);
|
Remove any row in which a NaN appears
6827 Solvers
Maximum running product for a string of numbers
1112 Solvers
Create a cell array out of a struct
508 Solvers
17120 Solvers
2538 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!