#include <iostream>
#include <string>
#include "wchar.h"
#include <cstdlib>
#include <sstream>
#include <Scierror.h>
#include <sciprint.h>
#include <api_scilab.h>
#include "localization.h"
#include "fun.h"
#include <cstdio>
#include <math.h>
#include <stdio.h>
#include "os_string.h"
#include <stdlib.h>
Functions | |
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. More... | |
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.
This function will get Data from Scilab, proccess the data in Octave then return the output back to Scilab using the API.