Re: [Scilab-users] A tool for creating formated tables

2017-03-16 Thread Pierre Vuillemin
Hi Samuel, Indeed, I know the prettyprint function, the idea behind the function tabular was slightly different as it was firstly aimed at displaying tables including both string/numerical data in a unified way. Regards, Pierre Le 15/03/2017 à 20:33, Samuel Gougeon a écrit : Hello Pierre,

Re: [Scilab-users] A tool for creating formated tables

2017-03-15 Thread Claus Futtrup
Hi Pierre Wow! Today I did the opposite ... I exported a LaTeX table to Scilab (as a matrix of strings). Best regards, Claus On 15-03-2017 18:56, Pierre Vuillemin wrote: Hi all, I've made a little tool for creating formated tables in Scilab. In particular, it enables to: * display p

Re: [Scilab-users] A tool for creating formated tables

2017-03-15 Thread Samuel Gougeon
Hello Pierre, Le 15/03/2017 à 18:56, Pierre Vuillemin a écrit : Hi all, I've made a little tool for creating formated tables in Scilab. In particular, it enables to: * display pretty tables in the console, * create github-markdown tables, * create latex tables. Source code (the file

[Scilab-users] A tool for creating formated tables

2017-03-15 Thread Pierre Vuillemin
Hi all, I've made a little tool for creating formated tables in Scilab. In particular, it enables to: * display pretty tables in the console, * create github-markdown tables, * create latex tables. Source code (the file tabular.sci) and some examples are provided here