Biomech-Sim-Toolbox 1
Toolbox for movement simulation and analysis
|
Function to position a legend centered below all subfigures. More...
Functions | |
function | setLegendBelowSubfigures (in lgnd, in subFigSettings, in nCol) |
Function to position a legend centered below all subfigures. | |
Function to position a legend centered below all subfigures.
Details: setLegendBelowSubfigures()
function setLegendBelowSubfigures | ( | in | lgnd, |
in | subFigSettings, | ||
in | nCol | ||
) |
Function to position a legend centered below all subfigures.
The upper corner will be set 1.5 cm below the bottom of the lowest subfigures.
lgnd | matlab.graphics.illustration.Legend: Handle of the legend |
subFigSettings | Struct: Containing the settings which were used to place the subfigures. It has to has the following fields: width, originRight, oneRight, originUp which are assumed to be given in centimeters. |
nCol | Double: Number of columns in the figure |