connect set points in two arrays
Mostrar comentarios más antiguos
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?
Respuestas (1)
Star Strider
el 8 de Dic. de 2018
0 votos
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.
Categorías
Más información sobre Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!