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

Description

Modify points' unit.

Syntax:
btkSetPointsUnit(h, type, unit)
Parameters
hHandle pointing to a C++ btk::Acquisition object.
typeString with the type to modify (see the detailed description for the available types).
unitString with the new unit.
Detailed description:
The type must be a string corresponding to one of the available type:
  • marker ;
  • angle ;
  • force ;
  • moment ;
  • power ;
  • scalar.

By default an acquisition is set with these units:
  • marker: millimeter (mm) ;
  • angle: degres (deg) ;
  • force: newton (N) ;
  • moment: newton millimeter (Nmm) ;
  • power: watt (W) ;
  • scalar: empty.
See Also
btkGetPointsUnit