How to know which line is intersecting a curve mostly?
1 回表示 (過去 30 日間)
古いコメントを表示
I have a set of curves & a set of lines.I want to know which line intersects the most with a curve?
0 件のコメント
回答 (1 件)
KSSV
2017 年 5 月 23 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Interpolation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
