BTK Matlab Wrapper
0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
|
Modify the description of all events which have the required label.
[events, eventsInfo] = btkSetEventDescription(h, label, newdesc)
h | Handle pointing to a C++ btk::Acquisition object. |
label | String with the label of the event to modify. |
newdesc | String containing the new description. |
events | A structure with the same format than in the function btkGetEvents |
eventsInfo | A structure with the same format than in the function btkGetEvents |