How to know which line is intersecting a curve mostly?
2 views (last 30 days)
Show older comments
I have a set of curves & a set of lines.I want to know which line intersects the most with a curve?
0 Comments
Answers (1)
KSSV
on 23 May 2017
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 Comments
See Also
Categories
Find more on Interpolation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!