|
BTK Matlab Wrapper
0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
|
Convenient function to insert or set data into the metadata ANALYSIS formated as required by Vicon.
[analysis, analysisInfo] = btkAppendAnalysisParameter(h, name, context, unit, value)
[analysis, analysisInfo] = btkAppendAnalysisParameter(h, name, context, unit, value, subject)
[analysis, analysisInfo] = btkAppendAnalysisParameter(h, name, context, unit, value, subject, description) | h | Handle pointing to a C++ btk::Acquisition object. |
| name | String with the name of the inserted parameter. |
| context | String with the context of the inserted parameter (e.g. Left, Right). |
| unit | String with the unit of the inserted parameter (e.g. kg, cm). |
| value | Single real value corresponding to the parameter's value. |
| subject | String with the name of the subject associated with this parameter. |
| description | String with the description of the inserted parameter. |
| analysis | A structure with the same format than in the function btkGetAnalysis. |
| analysisInfo | A structure with the same format than in the function btkGetAnalysis. |
1.8.5