|
BTK Matlab Wrapper
0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
|
Extract one analog channel from the given acquisition based on an index or a string.
[values, info] = btkGetAnalog(h, idx)
[values, info] = btkGetAnalog(h, label) | h | Handle pointing to a C++ btk::Acquisition object. |
| idx | Integer containing the index of the analog channel to extract. |
| label | String containing the label of the analog channel to extract. |
| info | Structure with the informations related to the analog channels.
|
1.8.5