Calculate the Euclidean distance of simple combinations in a table
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Riccardo Tronconi
il 28 Giu 2021
Modificato: Seth Furman
il 28 Giu 2021
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 !!
0 Commenti
Risposta accettata
Seth Furman
il 28 Giu 2021
Modificato: Seth Furman
il 28 Giu 2021
What have you tried? Where are you confused?
You might want to take a look at the following documentation links:
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Statistics and Machine Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!