Re: [Scilab-users] Loading functions in Scilab

2013-02-27 Thread Dang, Christophe
Hello, Imagine you had tens, hundreds or even thousands of functions [...] Do you have to load each one in turn every time you start Scilab? Have you considered the creation of a library? see http://help.scilab.org/docs/5.4.0/en_US/library.html and if you are French speaking,

Re: [Scilab-users] Loading functions in Scilab

2013-02-27 Thread Stefan Du Rietz
On 2013-02-27 13:14, Dang, Christophe wrote: Hello, Imagine you had tens, hundreds or even thousands of functions [...] Do you have to load each one in turn every time you start Scilab? Have you considered the creation of a library? see

Re: [Scilab-users] Scilab is not a pipe

2013-02-27 Thread Stéphane Mottelet
Le 26/02/13 17:45, Adrien Vogt-Schilb a écrit : hi is there any reasons why I can't type from a console: scilab myfile.sce and expect scilab to execute myfile.sce and redirect output to the standard output? I can almost to that with scilab-cli -f and scilab-cli -e but i still have to exit

Re: [Scilab-users] Scilab is not a pipe

2013-02-27 Thread Adrien Vogt-Schilb
On 27/02/2013 14:25, Stéphane Mottelet wrote: Le 26/02/13 17:45, Adrien Vogt-Schilb a écrit : hi is there any reasons why I can't type from a console: scilab myfile.sce and expect scilab to execute myfile.sce and redirect output to the standard output? I can almost to that with scilab-cli

Re: [Scilab-users] Loading functions in Scilab

2013-02-27 Thread amiege
Stefan Du Rietz wrote On 2013-02-27 13:14, Dang, Christophe wrote: You can also load all the functions in a directory with getd(path/my_directory) Regards Stefan Thanks, I'll use that for now and look into building a library later. Arnaud -- View this message

[Scilab-users] Using double quote character in regular expressions

2013-02-27 Thread amiege
Hi, I am trying to scan a file using mopen, mtell and mgetl. I need to check each line against different regular expressions, one of them having some double quote characters inside it and that's causing me trouble. The regular expression is as follows: but that generates an error in Scilab

Re: [Scilab-users] Using double quote character in regular expressions

2013-02-27 Thread Antoine Monmayrant
On 27/02/2013 16:41, amiege wrote: Hi, I am trying to scan a file using mopen, mtell and mgetl. I need to check each line against different regular expressions, one of them having some double quote characters inside it and that's causing me trouble. The regular expression is as follows: but

Re: [Scilab-users] Using double quote character in regular expressions

2013-02-27 Thread amiege
Antoine Monmayrant wrote I cannot read your code and error samples. Is that a problem on the email you send? Antoine ___ users mailing list users@.scilab http://lists.scilab.org/mailman/listinfo/users Sorry about this, not sure why that is.

Re: [Scilab-users] Using double quote character in regular expressions

2013-02-27 Thread Antoine Monmayrant
On 27/02/2013 17:00, amiege wrote: Antoine Monmayrant wrote I cannot read your code and error samples. Is that a problem on the email you send? Antoine ___ users mailing list users@.scilab http://lists.scilab.org/mailman/listinfo/users Sorry about

Re: [Scilab-users] Format legends of a graph as a 2D table

2013-02-27 Thread Samuel Gougeon
Hello Rafael, Le 27/02/2013 01:43, Rafael Guerra a écrit : .../... I think it is important to be able to place the plot legends automatically and to have the option but not be obliged to do it manually. For instance, the example below was generated automatically using the legend command