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