<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hi all,</p>
<p>I've made a little tool for creating formated tables in Scilab.
In particular, it enables to:</p>
<ul>
<li>display pretty tables in the console,<br>
</li>
<li>create github-markdown tables,</li>
<li>create latex tables.</li>
</ul>
<p>Source code (the file tabular.sci) and some examples are provided
<a href="https://github.com/pivui/scilabTools/tree/master/tabular">here</a>.
It is not fully documented yet but the examples in the README give
a good overview.<br>
</p>
<p>Comments and feedback are welcome.</p>
<p>I will also add the possibility to export matrices to latex
(without titles or headers).<br>
</p>
<p><br>
</p>
<p>Regards,</p>
<p>Pierre<br>
</p>
</body>
</html>