[Scilab-users] Loading functions in Scilab

Stefan Du Rietz sdr at durietz.se
Wed Feb 27 13:24:56 CET 2013


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




More information about the users mailing list