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

Description

Sets point's coordinates (values) from a matrix.

Syntax:
btkSetPointValues(h, index, v)
btkSetPointValues(h, label, v)
Parameters
hHandle pointing to a C++ btk::Acquisition object.
indexInteger containing the index of the point to modify.
labelString containing the label of the point to modify.
vMatrix 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.
Detailed description:
To modify only the value of a specific type of point (angles, forces, moments, ...) you can use use the following duos:
See Also
btkGetPointsResiduals, btkGetPointsValues, btkGetPoints, btkSetPointsResiduals