From 96edee02e6414bf26b21420405cfc299f85683d3 Mon Sep 17 00:00:00 2001 From: KRIXUS-alpha Date: Wed, 12 May 2021 20:15:09 +0530 Subject: documentation struct data handling --- doc/html/sci__octave_8cpp.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (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 5982a0f..0e451fa 100644 --- a/doc/html/sci__octave_8cpp.html +++ b/doc/html/sci__octave_8cpp.html @@ -179,7 +179,20 @@ 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.
+This function will get Data from Scilab, proccess the data in Octave then return the output back to Scilab using the API.
+env | Scialb env |
nin[in] | Number of input arguments |
in[in] | Input Parameters |
nopt[in] | Number of optional parameters |
opt[in] | Optional parameters |
nout[out] | Number of expected output parametets |
out[out] | Array for output data |