Biomech-Sim-Toolbox 1
Toolbox for movement simulation and analysis
|
Function to write controls to a .xml file. More...
Functions | |
function | writeControlXML (in times, in controls, in names, in filenameAll) |
Function to write controls to a .xml file. | |
Function to write controls to a .xml file.
function writeControlXML | ( | in | times, |
in | controls, | ||
in | names, | ||
in | filenameAll | ||
) |
Function to write controls to a .xml file.
times | Double vector: Time in seconds (nNodes x 1) |
controls | Double matrix: Muscle controls (nNodes x nSig) |
names | Cell of chars: Names of the data which will be used as headers (1 x nSig) |
filenameAll | String: Filename to save the data including path and file extension ('.xml') |