what should i do to to evaluate the total length of a trajectory obtained as the sum of the distances of a point from the next??
Mostrar comentarios más antiguos
Hello everyone, I'm working on my specialist degree thesis (Biomedical Engeenering) and I have to evaluate many parametres about length,velocity,acceleration,mean frequency and others. Expecially I need an Help for evaluating these parametres with Matlab ( I never used the programming language Matlab and I'm very worried about my work thesis ):
- Item one: *the total length of a trajectory obtained as the sum of the distances of a point frome the next:*L=∑_(i=1)^(n-1)▒√(〖(AP[i+1]-AP[i])〗^2+〖(ML[i+1]-ML[i])〗^2 ) where AP (antero-posterior) and Ml(medio-lateral) represent 2 different directions where the points are localized.
- Item two _ * The length AP is the sum of the absolute distances between two consecutive points towards AP direction*_Lap= ∑_(i=1)^(n-1)▒|AP[i+1]-AP[i]|
How this can be done on Matlab???? thanks in advance
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Particle & Nuclear Physics 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!