how to filter out the line that intersects with another line?
1 次查看(过去 30 天)
显示 更早的评论
I want to filter out the line when it intersects with another line.
I only need the line before instecting with another line.
I found the function that calculate intersection point. but in my case i don't need a point. I just need to filter out the line after intersection.
Thanks.
2 个评论
采纳的回答
Matt J
2022-10-11
You can use intersectionHull from this FEX download,
Use the upward sloping line to define inequality constraints for the desired region.
1 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!