BTK Matlab Wrapper
0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
|
Delete the analog channel with the given index or label.
[analogs analogsInfo] = btkRemoveAnalog(h, index)
[analogs analogsInfo] = btkRemoveAnalog(h, label)
h | Handle pointing to a C++ btk::Acquisition object. |
index | Index of the analog channel to remove. |
label | String with the original label of the analog channel |
analogs | Updated list of analog channels. Its format is the same than using the function btkGetAnalogs. |
analogsInfo | Updated informations related to the analog channels. Its format is the same than using the function btkGetAnalogs. |