BTK Matlab Wrapper
0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
|
Extract angles from a given biomechanical acquisition.
[angles, anglesInfo] = btkGetAngles(h)
h | Handle pointing to a C++ btk::Acquisition object. |
angles | Structure with the angles' values. Each field corresponds to an angle's label (see note #1). |
anglesInfo | Structure with the informations related to the angles.
|