blob: 03c362d6bddbe2f65b5b0cd59ffaa63ef0ff51af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
The purpose of this contribution is to emulate the Matlab mexfile mechanism.
Only the most useful functions have been emulated.
See SCI/modules/mexlib/src/mexlib.c for additional info and
in particular the list of emulated mx functions.
-------------------------------------------------------
To build and load the shared library enter
--> exec (SCI+'/modules/mexlib/examples/fmex/demo.sce')
at scilab prompt
-------------------------------------------------------
INRIA 2007
|