Re: [Scilab-users] Xcos : use of Xcos_compile create an error : undefined variable script2var

2014-09-02 Thread Clément David
Hello Quentin, Xcos is a dynamic Scilab module which means that the native library (scixcos.dll or libscixcos.so) and the macros are not loaded at Scilab startup. At 'xcos' call, everything set up behind the scene and you can use interface functions and any xcos internal function. As a user, if y

Re: [Scilab-users] Xcos : use of Xcos_compile create an error : undefined variable script2var

2014-09-02 Thread Quentin Mazué
Hello, I found a way to solve my problem by using the function : loadXcosLibs(). However I still don't know why I need it now. Since the time it was working I didn't change anything except the Aerospace Blockset. I used actually the latest version. Regards Quentin Mazué -- View this message

Re: [Scilab-users] Pairwise distance of a huge amount of points

2014-09-02 Thread Dang, Christophe
Hello, > De : Ezequiel Soule > Envoyé : lundi 1 septembre 2014 15:36 > > I implemented a cell algorithm, which is used in molecular dynamics [...] > you divide the space in "cells", with a size that has to be larger than the > maximum > posible distance, then you identify in which cell each point