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

Description

Delete the analog channel with the given index or label.

Syntax:
[analogs analogsInfo] = btkRemoveAnalog(h, index)
[analogs analogsInfo] = btkRemoveAnalog(h, label)
Parameters
hHandle pointing to a C++ btk::Acquisition object.
indexIndex of the analog channel to remove.
labelString with the original label of the analog channel
Return values
analogsUpdated list of analog channels. Its format is the same than using the function btkGetAnalogs.
analogsInfoUpdated informations related to the analog channels. Its format is the same than using the function btkGetAnalogs.
Detailed description:
Warning: Removing an analog channel might alter the acquisition. If the analog channel is one of them used in a force platform channel, then it cannot be possible to extract force platform data nor ground reaction wrenches for example.
See Also
btkRemoveAnalysisParameter, btkRemoveEvent, btkRemoveMetaData, btkRemovePoint