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

Description

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

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