Biomech-Sim-Toolbox 1
Toolbox for movement simulation and analysis
|
Function to convert a matlab table to a table formated in LaTeX. More...
Functions | |
function | tableToLaTeX (in table, in colFor) |
Function to convert a matlab table to a table formated in LaTeX. | |
Function to convert a matlab table to a table formated in LaTeX.
function tableToLaTeX | ( | in | table, |
in | colFor | ||
) |
Function to convert a matlab table to a table formated in LaTeX.
Warning: This function was not tested for all possible content of tables. Please extend the functionality of this function if you dicover some problems.
This function requires the packages "booktabs" and "float".
Currently no special formatting of the table is possible.
table | Table: Table which can contain various number of columns and rows. |
colFor | Cell array of Strings: Format for each column (e.g. {'s','f'}) |