[scilab-Users] scilab interface with C

vincent.lejeune at scilab.org vincent.lejeune at scilab.org
Tue May 25 17:27:44 CEST 2010


I suggest that you give a try to the SWIG Scilab wrapper generator.
There is a branch of swig devoted to scilab :

http://wiki.scilab.org/SWIG_and_Scilab

you still need to write some code to interface scilab and qhull ; but it
should mostly consist in providing function prototype...

Vincent

On Tue, 25 May 2010 17:08:14 +0200 (CEST), Samy <masy07 at wanadoo.fr> wrote:
> Hello,
> I am a French student (at ENSTA ParisTech) and I am currently working
with
> prof. Chris Rogers at Cambridge University.
> I would like to know if an interface exists in order to use a package
> computed in C in Scilab. Actually I would like to interface the qhull
> package (which determines the convex hull of a set of points, among
other
> things), which is programmed in C, to use it with Scilab.
> 
> I know that it is possible to interface functions in C but as there are
> many functions in this package I would like to know if there is a better
> way to use the package in Scilab than to interface all the functions one
by
> one.
> 
> Thanks for considering my request.
> 
> Regards.
> Samy Hocini.



More information about the users mailing list