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

Description

Extract scalars from a given biomechanical acquisition.

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