How to know which line is intersecting a curve mostly?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I have a set of curves & a set of lines.I want to know which line intersects the most with a curve?
0 Commenti
Risposte (1)
KSSV
il 23 Mag 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 Commenti
Vedere anche
Categorie
Scopri di più su Interpolation in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
