FOSSEE Scilab Octave Toolbox
This is a scilab toolbox to call octave functions. It requires octave to be installed on the system.
fun.cpp File Reference
#include <iostream>
#include <stdlib.h>
#include <octave/oct.h>
#include <octave/octave.h>
#include <octave/parse.h>
#include <octave/interpreter.h>
#include <math.h>
#include <string>
#include "fun.h"

Functions

int fun (FUNCARGS *inp, FUNCCALL *funcall)
 Function to Interact with Octave's API. More...
 

Function Documentation

◆ fun()

int fun ( FUNCARGS inp,
FUNCCALL funcall 
)

Function to Interact with Octave's API.

This Function will be communicating with Octave to access it's function.