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