Merci<br><br><div class="gmail_quote">On Sun, Oct 11, 2009 at 12:42 PM, Yann Collette <span dir="ltr"><<a href="mailto:yann.collette@scilab.org">yann.collette@scilab.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<a href="mailto:pomchip@free.fr" target="_blank">pomchip@free.fr</a> a écrit :<div><div></div><div class="h5"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dear Scilab users,<br>
<br>
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.<br>


<br>
Any help would be greatly appreciated.<br>
<br>
Sebastien<br>
  <br>
</blockquote></div></div>
To make all your .sci scilab functions, you must load them into Scilab by using the getd function:<br>
<br>
getd('path_to_the_sci_dir');<br>
<br>
Them, you can use your functions like in matlab.<br><font color="#888888">
<br>
YC<br>
<br>
</font></blockquote></div><br>