[scilab-Users] Beginner question

Sébastien Bihorel pomchip at free.fr
Sun Oct 11 21:09:59 CEST 2009


Merci

On Sun, Oct 11, 2009 at 12:42 PM, Yann Collette <yann.collette at scilab.org>wrote:

> pomchip at free.fr a écrit :
>
>  Dear Scilab users,
>>
>> I am a complete beginner to Scilab, and I am trying to convert some of my
>> Matlab code into the Scilab language. In Matlab, one can use the
>> path/addpath functions to make available some functions stored in a specific
>> directory. If those function are stored in several directories, one can use
>> several of those calls so that all functions are readily available without
>> having to switch from one working directory to the other. I don't seem to
>> find equivalent functions in Scilab.
>>
>> Any help would be greatly appreciated.
>>
>> Sebastien
>>
>>
> To make all your .sci scilab functions, you must load them into Scilab by
> using the getd function:
>
> getd('path_to_the_sci_dir');
>
> Them, you can use your functions like in matlab.
>
> YC
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20091011/a4708ce9/attachment.htm>


More information about the users mailing list