Calculate the Euclidean distance of simple combinations in a table

조회 수: 1 (최근 30일)
Hi guys I have an input table permtry (16x11) with these relevant coloumns:
Column 3-4: Position X -Y of the tag 1
Column 6-7: Position X -Y of the tag 2
Column 10-11: Position X -Y of the tag 3
for each row I would like to calculate the Euclidean distante of the simple combination:
norm (tag1-tag2)
norm (tag1-tag3)
norm (tag2-tag3)
Thanks to all in advance !!

채택된 답변

Seth Furman
Seth Furman 2021년 6월 28일
편집: Seth Furman 2021년 6월 28일
What have you tried? Where are you confused?
You might want to take a look at the following documentation links:
  댓글 수: 1
Riccardo Tronconi
Riccardo Tronconi 2021년 6월 28일
I'm confused because I'm looking for a code that is valid for whatsover number of tag. Write a procedure for a fixed number of tag is kind of easy. Though I am not able to combine nchoosek with norm.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Computational Geometry에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by