From 971fc665f0ce3d294b28c954a9ef66894c53707d Mon Sep 17 00:00:00 2001 From: detailer-asus Date: Thu, 29 Apr 2021 17:19:39 +0530 Subject: formated and added description --- doc/html/sci__octave_8cpp.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/html/sci__octave_8cpp.html') diff --git a/doc/html/sci__octave_8cpp.html b/doc/html/sci__octave_8cpp.html index cf8f3c3..5982a0f 100644 --- a/doc/html/sci__octave_8cpp.html +++ b/doc/html/sci__octave_8cpp.html @@ -118,6 +118,7 @@ $(document).ready(function(){initNavTree('sci__octave_8cpp.html',''); initResiza

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...
 

Function Documentation

@@ -177,6 +178,9 @@ Functions
+

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.

+
-- cgit