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