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,

http://fr.wikibooks.org/wiki/D%C3%A9couvrir_Scilab/Programmation#Biblioth.C3.A8que_de_fonctions

Hope this helps.

-- 
Christophe Dang Ngoc Chan
Mechanical calculation engineer
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error), please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden.


___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


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 http://help.scilab.org/docs/5.4.0/en_US/library.html

and if you are French speaking,

http://fr.wikibooks.org/wiki/D%C3%A9couvrir_Scilab/Programmation#Biblioth.C3.A8que_de_fonctions

Hope this helps.


You can also load all the functions in a directory with

getd(path/my_directory)

Regards
Stefan

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


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 in context: 
http://mailinglists.scilab.org/Loading-functions-in-Scilab-tp4026070p4026078.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at 
Nabble.com.
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users