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

Description

Modify the analog's description and return a list of the updated analog channels.

Syntax:
[analogs, analogsInfo] = btkSetAnalogDescription(h, idx, newdesc)
[analogs, analogsInfo] = btkSetAnalogDescription(h, label, newdesc)
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.
newdescString with the new description.
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:
btkSetAnalogDescription(h, idx, newdesc) modifies the description of the analog channel specified by the index idx. btkSetAnalogDescription(h, label, newdesc) modifies the description of the analog channel specified by the label label.
See Also
btkGetAnalog, btkSetAnalogGain, btkSetAnalogLabel, btkSetAnalogOffset, btkSetAnalogScale, btkSetAnalogUnit, btkSetAnalogValues