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

Description

Modify analog's label and return updated analogs.

Syntax:
[analogs, analogsInfo] = btkSetAnalogLabel(h, idx, newlabel)
[analogs, analogsInfo] = btkSetAnalogLabel(h, label, newlabel)
Parameters
hHandle pointing to a C++ btk::Acquisition object.
idxInteger containing the index of the analog channel to modify.
labelString containing the label of the analog channel to modify.
newlabelString with the new label.
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:
btkSetAnalogLabel(h, idx, newlabel) modifies the label of the analog channel specified by the index idx. btkSetAnalogLabel(h, label, newlabel) modifies the label of the analog channel specified by the label label.
See Also
btkGetAnalog, btkSetAnalogDescription, btkSetAnalogGain, btkSetAnalogOffset, btkSetAnalogScale, btkSetAnalogUnit, btkSetAnalogValues