How to calculate the projection of point onto a line
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello,
I would like to calculate the trajectory volatility (TV) defined as the standard deviation between the real trajectory and the ideal trajectory.
The formula is the following:
where xi (i= 1,2,3...N, the order of point on the trajectory) is the actual measurement point sampled from the trajectory, and pi is the corresponding projection onto the ideal trajectory as shown in the pic
Both actual and ideal trajectories are 100x3 matrices of x,y and z coordinate.
Here a pic for a better understanding:
(purple one actual, green line ideal)
Do you have any suggestion on how to do calculate pi, so the projection on the ideal trajectory given xi?
Thanks!
4 Commenti
Risposte (2)
darova
il 4 Mar 2021
Here are some exaplanations
Let be some point on the line
cross product:
distance you want: →
Let me know if you need more explanations or some example
2 Commenti
darova
il 5 Mar 2021
- Yes, is any point on a real trajectory
- No, you don't need to choose another
- What do you mean by "each axis separately"?
Sorry, i forgot you to explain: component is needed to create unit vector. So point here is another point on the line
Vedere anche
Categorie
Scopri di più su 2-D and 3-D Plots 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!