global2localcoord - understanding the function

조회 수: 4 (최근 30일)
Josh Allison
Josh Allison 2020년 11월 9일
Hi,
I am wanting to complete force and moment balance equations for a dynamic biomechanical analysis.
I have defined a 3D local coordinate systems (LCS) at each of the segments of a human arm. I also have 3D drag and lift vectors that are defined in the global coordinate frame. I was hoping to relate the components of these vectors to the LCS of the segments to complete the inverse kinematics for each frame of motion.
Does the function global2localcoord fit this application:
My intention was as follows:
local_drag_vector = global2localcoord(<drag vector in GCS>, 'rr', <segment LCS origin>, <local axes 3x3 matrix>);
I am opting for this method as my data is insufficient for conventional 3D analysis.
Many thanks!

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by