FOSSEE Scilab Octave Toolbox
This is a scilab toolbox to call octave functions. It requires octave to be installed on the system.
libscilab_octave.h
Go to the documentation of this file.
1 #ifndef __LIBSCILAB_OCTAVE_GW_H__
2 #define __LIBSCILAB_OCTAVE_GW_H__
3 
4 #include "c_gateway_prototype.h"
5 
7 
8 #endif /* __LIBSCILAB_OCTAVE_GW_H__ */
C_GATEWAY_PROTOTYPE(sci_octave_fun)
int sci_octave_fun(scilabEnv env, int nin, scilabVar *in, int nopt, scilabOpt *opt, int nout, scilabVar *out)
Function to connect to Scilab's API.
Definition: sci_octave.cpp:39