Biomech-Sim-Toolbox 1
Toolbox for movement simulation and analysis
Loading...
Searching...
No Matches
Functions
writeControlXML.m File Reference

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.
 

Detailed Description

Function to write controls to a .xml file.

Author
Marlies Nitschke
Date
July, 2019

Function Documentation

◆ writeControlXML()

function writeControlXML ( in  times,
in  controls,
in  names,
in  filenameAll 
)

Function to write controls to a .xml file.

Parameters
timesDouble vector: Time in seconds (nNodes x 1)
controlsDouble matrix: Muscle controls (nNodes x nSig)
namesCell of chars: Names of the data which will be used as headers (1 x nSig)
filenameAllString: Filename to save the data including path and file extension ('.xml')