How to know which line is intersecting a curve mostly?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have a set of curves & a set of lines.I want to know which line intersects the most with a curve?
댓글 수: 0
답변 (1개)
KSSV
2017년 5월 23일
Use this function from file exchange: https://in.mathworks.com/matlabcentral/fileexchange/22441-curve-intersections?focused=5165138&tab=function to get the intersection points. Use this for all line and curves in a loop. If they intersect you will get a point, if not the output would be empty.
댓글 수: 2
참고 항목
카테고리
Help Center 및 File Exchange에서 Interpolation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
