How to know which line is intersecting a curve mostly?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a set of curves & a set of lines.I want to know which line intersects the most with a curve?
0 Kommentare
Antworten (1)
KSSV
am 23 Mai 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 Kommentare
Siehe auch
Kategorien
Mehr zu Interpolation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
