How can I get if some functions are intercepted? having the equation of the line
조회 수: 1 (최근 30일)
이전 댓글 표시
i need to know only if the functions are intercepted, i dont wanna know the point. Something like if the functions really are intercepted increment a counter. this includes vertical lines.
댓글 수: 3
채택된 답변
KSSV
2022년 6월 14일
You can use this function InterX. https://in.mathworks.com/matlabcentral/fileexchange/22441-curve-intersections
If you get intersection point then they intersect. If intersection point is empty, they don't intersect.
댓글 수: 3
Walter Roberson
2022년 6월 14일
Versions of the function are available back to r2008b. However you have to install it. Search for it using Add-on Explorer
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!