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

Function to plot all variables within a variables table. More...

Functions

function plotVarTable (in varTable, in style, in plotStance)
 Function to plot all variables within a variables table.
 

Detailed Description

Function to plot all variables within a variables table.

Details: plotVarTable()

Author
Marlies Nitschke
Date
January, 2019

Function Documentation

◆ plotVarTable()

function plotVarTable ( in  varTable,
in  style,
in  plotStance 
)

Function to plot all variables within a variables table.

Parameters
varTableTable: Table containing the data of different variables with the following columns:
  • type
  • name
  • unit
  • direction (only required for acc, gyro and marker data)
  • sim (optional)
  • simVar (optional)
  • mean (optional)
  • var (optional)
  • mean_extra (optional)
  • var_extra (optional)
The data of the available columns will be plotted.
style(optional) Struct: Settings defining the style for plotting. See plotVarType() for details.
plotStance(optional) Boolean: If true and if the tables contain rows of type "standing" where the stance is defined in the column "sim", the stance phase(s) will be plotted. (default: false)
Examples
/home/runner/work/BioMAC-Sim-Toolbox/BioMAC-Sim-Toolbox/ExampleScripts/+IntroductionExamples/script3D.m.