BTK Matlab Wrapper  0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
btkGetForces Class Reference

Description

Extract forces from a given biomechanical acquisition.

Syntax:
[forces, forcesInfo] = btkGetForces(h)
Parameters
hHandle pointing to a C++ btk::Acquisition object.
Return values
forcesStructure with the forces' values. Each fieldname corresponds to an force's label (see note #1).
forcesInfoStructure with the informations related to the forces.
  • forcesInfo.frequency: Point's frequency
  • forcesInfo.units: Structure with one one field labeled ALLFORCES with the unit (string) of the forces.
Detailed description:
Note #1: Check the page Field's name format in extracted structures to understand how the fieldnames are formated.
See Also