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

Description

Returns requested points' unit.

Syntax:
unit = btkGetPointsUnit(h, type)
Parameters
hHandle pointing to a C++ btk::Acquisition object.
typeString with the type to modify (see the detailed description for the available types).
Return values
unitString containing the unit for the requested point's type.
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
btkSetPointsUnit