I am using Matlab table to create tables with my descriptive statistics. A typical table looks something like:
I can write this table to a perfect excel file using the function writetable as follows:
writetable(T,filename)
This produces an excel file with the raw output.
Ideally however, I would like this to be formatted (e.g. 2 decimals, bold headers, simple horizontal lines) such that I can directly export it to my TeX document.
I was therefore wondering whether there are any known packages or methods that can help me automate this procedure?
![[1]: https://www.mathworks.com/help/matlab/ref/table.html](../../images/c4ca45d1e595cb884e563e035c336766.webp)