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

Function to specify the optimization problem for 2D running. More...

Functions

function running2D (in model, in resultfile, in trackingData, in targetSpeed, in isSymmetric, in initialGuess)
 Function to specify the optimization problem for 2D running.
 

Detailed Description

Function to specify the optimization problem for 2D running.

Author
Marlies Nitschke
Date
November, 2018

Function Documentation

◆ running2D()

function running2D ( in  model,
in  resultfile,
in  trackingData,
in  targetSpeed,
in  isSymmetric,
in  initialGuess 
)

Function to specify the optimization problem for 2D running.

Parameters
modelGait2dc: Model which should be used for the simulation
resultfileString: Name of the resultfile including path
trackingDataTrackingData: Tracking Data containing angles and GRFs data
targetSpeedDouble: Target speed of the movement in x direction in m/s. This target speed will be enforced.
isSymmetricBool: Specifys weather we assume symmetry of the movement. If we assume symmetry, we simulate only one half of gait cycle. This has to fit to the tracking data.
initialGuessString: Filename with path specifying the initial guess
Return values
problemCollocation: Optimization problem for 2D running
Examples
/home/runner/work/BioMAC-Sim-Toolbox/BioMAC-Sim-Toolbox/ExampleScripts/+IntroductionExamples/script2D.m.