BTK Matlab Wrapper
0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
|
Erase in the metadata ANALYSIS the parameter the given index or context/name.
[analysis , analysisInfo] = btkRemoveAnalysisParameter(h, index)
[analysis , analysisInfo] = btkRemoveAnalysisParameter(h, context, name)
h | Handle pointing to a C++ btk::Acquisition object. |
index | Index of the parameter to remove. |
context | Context associated to the parameter to remove. |
name | Name of the parameter to remove. |
analysis | Updated structure with the same format than in the function btkGetAnalysis. |
analysisInfo | Updated structure with the same format than in the function btkGetAnalysis. |