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

Description

Extract data contained in the metadata ANALYSIS and its children from the given acquisition.

Syntax:
[analysis, analysisInfo] = btkGetAnalysis(h)
Parameters
hHandle pointing to a C++ btk::Acquisition object.
Return values
analysisStructure where each field corresponds to a metadata's label (children of ANALYSIS).
analysisInfoStructure with additional informations:
  • analysisInfo.subjects: contains the name of the subject related to each parameter.
  • analysisInfo.units: contains the unit of each parameter.
See Also
btkAppendAnalysisParameter, btkClearAnalysis, btkRemoveAnalysisParameter