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

Description

Erase in the metadata ANALYSIS the parameter the given index or context/name.

Syntax:
[analysis , analysisInfo] = btkRemoveAnalysisParameter(h, index)
[analysis , analysisInfo] = btkRemoveAnalysisParameter(h, context, name)
Parameters
hHandle pointing to a C++ btk::Acquisition object.
indexIndex of the parameter to remove.
contextContext associated to the parameter to remove.
nameName of the parameter to remove.
Return values
analysisUpdated structure with the same format than in the function btkGetAnalysis.
analysisInfoUpdated structure with the same format than in the function btkGetAnalysis.
See Also
btkRemoveAnalog, btkRemoveEvent, btkRemoveMetaData, btkRemovePoint