BTK Matlab Wrapper
0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
|
Sets point's coordinates (values) from a matrix.
btkSetPointValues(h, index, v)
btkSetPointValues(h, label, v)
h | Handle pointing to a C++ btk::Acquisition object. |
index | Integer containing the index of the point to modify. |
label | String containing the label of the point to modify. |
v | Matrix of reals where the number of rows corresponds to the number of frames in the acquisition and the number of columns corresponds to the components of the point. |