<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#330000">
    On 29/01/2012 13:10, melmak wrote:
    <blockquote cite="mid:1327839019485-3697371.post@n3.nabble.com"
      type="cite">
      <pre wrap="">I have computational function written in Scilab language. How can I link it
to Scilab? For C comptational it is ilib_for_link but what about Scilab comp
function?

--
View this message in context: <a class="moz-txt-link-freetext" href="http://mailinglists.scilab.org/Link-computational-function-written-in-Scilab-language-tp3697371p3697371.html">http://mailinglists.scilab.org/Link-computational-function-written-in-Scilab-language-tp3697371p3697371.html</a>
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.

--
To unsubscribe from this mailing-list, please send an empty mail to
<a class="moz-txt-link-abbreviated" href="mailto:users-unsubscribe@lists.scilab.org">users-unsubscribe@lists.scilab.org</a>
To check the archives of this mailing list, see
<a class="moz-txt-link-freetext" href="http://mailinglists.scilab.org/">http://mailinglists.scilab.org/</a>
</pre>
    </blockquote>
    hi<br>
    <br>
    you just have to move the function definition in a new file that you
    could call myfuntions.sci, then execute it with exec<br>
    you can have a look at the getd function too<br>
    <br>
    tru this from the scilab console<br>
    <br>
    help exec<br>
    <br>
    help getd<br>
    <br>
    (i would not recommend to use comp)<br>
    <br>
    (you are not going to make your scilab written function execute
    faster by "compiling them")<br>
    <br>
    hope it helps<br>
  </body>
</html>