How to know which line is intersecting a curve mostly?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have a set of curves & a set of lines.I want to know which line intersects the most with a curve?
0 comentarios
Respuestas (1)
KSSV
el 23 de Mayo de 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 comentarios
Ver también
Categorías
Más información sobre Interpolation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
