latexTable
Converts matrices, cells and MATLAB tables to LaTex table code. Allows format,pivot,col/row headers.
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Cite As
Eli Duenisch (2026). latexTable (https://github.com/eliduenisch/latexTable), GitHub. Retrieved .
General Information
- Version 1.21.0 (6.4 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.21.0 | new feature for positioning the table in your LaTex document, addional examples, some minor fixes |
||
| 1.15.0 | using github repo next trial |
||
| 1.14.0 | updated version date, switched back from github to regular upload |
||
| 1.12.0 | it is now possible to use MATLAB tables without row and/or column names |
||
| 1.11.0 | Fixed output when no row and/or column labels are set. Thank you Dimitar Atanasov for mentioning! |
||
| 1.10.0 | changed title |
||
| 1.9.0 | Improved documentation. |
||
| 1.8.0 | Changed file descriptions. |
||
| 1.7.0 | Some changes in the documentation. |
||
| 1.6.0 | This update enables pivoting of the table (=transpose data and labels). The data format definition can now be applied column- or row-wise. |
||
| 1.5.0 | It is now possible to use the new MATLAB datatype 'table' as data input.
|
||
| 1.4.0 | Updated comments in example script |
||
| 1.3.0 | Changes in comment section |
||
| 1.2.0 | Added a script to run an simple example of latexTable.m |
||
| 1.1.0 | Now you can set a replacement value for NaNs in your MATLAB data, e.g. use an empty string for a blank space or '-' for a minus sign. |
||
| 1.0.0 |