Polyshape/union returns incorrect polygon shape
显示 更早的评论
I am combining multiple overlapping small rectangles (randomly placed and oriented) together in a larger square area (one by one whitin a loop) and computing the resulting polygon shape. I use both the intersect and union commands. For some reason, ocasionally during this process the union command between the square and one rectangle results in an incorrect shape. I assume that this is related with some numerical error that occurs when the vertices of the rectangle and the square are nearby. This is the square before the rectangle is added

and this is the union shape when the rectangle is added

notice how when the rectangle is added to the square the polygon becomes distorted (for some reason) almost as if the command wants to join the vertices of both. Finally, I then ask for the intersection between this shape and the square, resulting in a smaller area than what I had originally

For reference, I am also adding a figure with the generated rectangles in red and the offensive rectangle is shown in blue

Thank you in advance for any help. I have tested and this problem occurs both in Matlab 2018a and Matlab 2019a.
7 个评论
Scott MacKenzie
2021-7-10
It might help if you post the code that generated these images.
ola macaco
2021-7-10
Scott MacKenzie
2021-7-10
I'm not seeing what you see (see figure below). I notice there are some NaN values in the poly_before vertices. Perhaps that's an issue.

ola macaco
2021-7-10
编辑:ola macaco
2021-7-10
ola macaco
2021-7-10
Scott MacKenzie
2021-7-10
Not sure what you mean by "that" in Can you compare that against the poly_during. I'm running R2021a
ola macaco
2021-7-10
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!