[scilab-Users] Re: XCOS: create INTEGRAL_f2 block with 2 inputs

Samuel Gougeon Samuel.Gougeon at univ-lemans.fr
Fri Mar 5 12:40:37 CET 2010


----- Message d'origine -----
De : Huub van Niekerk
Date : 05/03/2010 12:34:
>> with genlib()
>>     
>
> Thank you. Question though: according to the help, genlib(name, dir) 
> should be able to do it. But, with my newly created INTEGRAL_f2.sci:
>
> -->genlib(INTEGRAL_f2, /opt/scilab-5.2.1/share/scilab/modules/
> scicos_blocks/macros/Linear)
>          !--error 4 
> Undefined variable: INTEGRAL_f2
>
> it doesn't work. What I am missing or doing wrong?
>   

*lib_name:*
  Scilab _*string*_. The variable name of the library to (re)create.
*dir_name*:
Scilab _*string*_. The name of the directory to look for .sci-files.

You may try

genlib("INTEGRAL_f2", "/opt/scilab-5.2.1/share/scilab/modules/scicos_blocks/macros/Linear")


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20100305/09f207de/attachment.htm>


More information about the users mailing list