connect set points in two arrays
이전 댓글 표시
so i have array_1 is n * 2 , and array_2 is n*2
as ever row have the coordinate of a point
and i want to connect the point number x in array_1 with point number x in array_2?
답변 (1개)
Star Strider
2018년 12월 8일
0 개 추천
I do not understand what you want to do.
It would seem that the ismember (link) function or ismembertol (link) function (for floating-point numbers) could do what you want. Use the 'rows' option.
카테고리
도움말 센터 및 File Exchange에서 Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!