Home

Awesome

latexTable

This MATLAB function converts matrices, cells or tables from MATLAB to LaTeX table code. It is easy to use and very flexible:

Optional features are:

alt tag

The workflow is straightforward. Here is a little example:

  1. set up the input struct: input.data=[1,3;4,2];

  2. call the function: latexTable(input)

  3. copy&paste the generated LaTex code into your favourite LaTex editor

For further details and examples can be found in latexTable.m and runExamples.m or visit the [release page at the MathWorks File Exchange] (http://www.mathworks.com/matlabcentral/fileexchange/44274-latextable).