Biomech-Sim-Toolbox 1
Toolbox for movement simulation and analysis
|
▼ BioMAC-Sim-Toolbox | |
▼ docs | |
▼ Doxygen | |
pages | |
▼ ExampleScripts | |
▼ +ExoPaper | |
exoWalking.m | |
standing2D.m | Function to specify the optimization problem for 2D standing |
walking2D_exo.m | |
walking2D_fixedsteprate.m | Function to specify the optimization problem for 2D running |
▼ +IMUTracking2D | |
move2D_IMU.m | Function to set up optimal control problem to simulate walking or running from inertial sensor data |
scriptIMU2D.m | Script to show how we can run simulations tracking inertial sensor data |
standing2D.m | |
▼ +IntroductionExamples | |
running2D.m | Function to specify the optimization problem for 2D running |
running3D.m | Function to specify the optimization problem for 3D running |
script2D.m | Script to start working with the Bio-Sim-Toolbox for 2D models |
script3D.m | Script to start working with the Bio-Sim-Toolbox for 3D models |
scriptPlotting.m | Script to show how to work with the toolbox's plotting options |
standing2D.m | Function to specify the optimization problem for 2D standing |
standing3D.m | Function to specify the optimization problem for 3D standing |
▼ +MarkerTracking3D | |
run_motion_angle.m | Function to do simulation with angle tracking |
run_motion_marker.m | Function to do simulation with marker tracking |
run_standing_angle.m | Function to do standing simulation with angle tracking |
run_standing_marker.m | Function to do standing simulation with marker tracking |
scriptMarkerTracking.m | Example script for marker tracking (in 3D) |
setup_motion_angle.m | Function to setup motion problem with angle tracking |
setup_motion_marker.m | Function to setup motion problem with marker tracking |
setup_standing_angle.m | Function to setup standing problem with angle tracking |
setup_standing_marker.m | Function to setup standing problem with marker tracking |
▼ +Treadmill | |
script2D.m | Script to show how to simulate a treadmill and with the 2D OpenSim model |
walking2D.m | |
▼ src | |
▼ HelperFunctions | |
addLegend.m | Function to add the legend for a plot |
calculateCMC.m | Function to caluclate the Coefficient of Multiple Correlation |
calculateCORR.m | Function to caluclate the Pearson correlation coefficient |
calculateMeasures.m | Function to caluclate the error and performance measures for a simVarTable |
calculateOLP.m | Function to caluclate the OLP Regression |
calculateRelativeRMSE.m | Function to calculate Relative RMSE |
calculateRMSE.m | Function to calculate RMSE |
callPdflatex.m | Function to call pdflatex |
compareElements.m | Function to find differences between two elements |
convertUnit.m | Function to convert unit of a variables table or simVarTable |
getStancePhase.m | Function to get the stance phase from vertical GRF |
getSubfigurePosition.m | Function to get the position of a subfigure |
myvecnorm.m | Function to compute the norm of a vector |
plotStancePhase.m | Function to plot a shaded area to indicate the stance phase |
plotVariable.m | Function to plot the mean and optional also plus minus SD |
plotVarTable.m | Function to plot all variables within a variables table |
plotVarType.m | Function to plot one type of variable of a variables table |
readMot.m | Function to read data to a .mot file |
readSto.m | Function to read data to a .sto file |
saveLaTeXDocument.m | Function to save a text body within a LaTeX document |
setLegendBelowSubfigures.m | Function to position a legend centered below all subfigures |
tableToLaTeX.m | Function to convert a matlab table to a table formated in LaTeX |
writeControlXML.m | Function to write controls to a .xml file |
writeIMUcsv.m | Function to write IMU data to a .csv file |
writeMarkerTrc.m | Function to write marker data to a .trc file |
writeMotSto.m | Function to write data to a .mot or .sto file |
▼ model | |
► @Model | |
► gait2d_osim | |
► gait2dc | |
► gait3d | |
▼ problem | |
► @Collocation | |
► @Collocation_Exo | |
► @Collocation_NN | |
► @Collocation_stoch | |
Problem.m | Matlab class (abstract) for defining an optimization problem |
▼ result | |
► @Result | |
▼ solver | |
IPOPT.m | Matlab class to call the IPOPT optimization software |
Solver.m | Matlab class (abstract) a solver inherits from |
▼ tests | |
Gait2d_osimTest.m | Maltab m-file containing test class for class Gait3d |
Gait2dcTest.m | Maltab m-file containing test class for class Gait2dc |
Gait3dTest.m | Maltab m-file containing test class for class Gait3d |
ModelTest.m | Maltab m-file containing abstract test class for class Model |
▼ Toolboxes | |
► gif_v1.0 | |
► matlab2tikz-matlab2tikz-v1.1.0-0-g816f875 | |
▼ trackingData | |
► @TrackingData |