Biomech-Sim-Toolbox 1
Toolbox for movement simulation and analysis
|
Function to plot one type of variable of a variables table. More...
Functions | |
function | plotVarType (in varTable, in style, in standing_r, in standing_l) |
Function to plot one type of variable of a variables table. | |
function plotVarType | ( | in | varTable, |
in | style, | ||
in | standing_r, | ||
in | standing_l | ||
) |
Function to plot one type of variable of a variables table.
Default values of the fields of style:
The default values showed to work well when using the figure for DIN A4. It might however not be well suited for your screen or your purposes. Especially the option nCol might be useful.
varTable | Table: Table containing the data of ONE type of variable with the following columns:
|
style | (optional) Struct: Style of the figure defined by variouse optional fields (see description above). If a field is not defined, default values specified in the description above will be used. If the content of multiple function calls should be plotted in the same figures, additionally the field "nSubFig" has to be specified with the number of subfigures. Use empty to skip the input. |
standing_r | (optional) Double vector: Stance phase of right foot with 0: no standing; 1: standing (size of other data) Use empty vector to skip it. |
standing_l | (optional) Double vector: Stance phase of left foot with 0: no standing; 1: standing (size of other data) |
hFig | Handle of figure @retvl style Struct: Style of figure containing all fields |