BTK Matlab Wrapper
0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
|
Modify the label of the selected event.
[events, eventsInfo] = btkSetEventLabel(h, label, newlabel)
h | Handle pointing to a C++ btk::Acquisition object. |
index | Integer with the index of the event to modify. |
newlabel | String with the new label. |
events | A structure with the same format than in the function btkGetEvents |
eventsInfo | A structure with the same format than in the function btkGetEvents |