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