Biomech-Sim-Toolbox 1
Toolbox for movement simulation and analysis
All Classes Files Functions Variables Macros Pages
Functions
tableToLaTeX.m File Reference

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.
 

Detailed Description

Function to convert a matlab table to a table formated in LaTeX.

Author
Marlies Nitschke
Date
September, 2018

Function Documentation

◆ tableToLaTeX()

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.

Parameters
tableTable: Table which can contain various number of columns and rows.
colForCell array of Strings: Format for each column (e.g. {'s','f'})