diff options
author | detailer-asus | 2021-04-29 17:19:39 +0530 |
---|---|---|
committer | detailer-asus | 2021-04-29 17:19:39 +0530 |
commit | 971fc665f0ce3d294b28c954a9ef66894c53707d (patch) | |
tree | 812c6d9c3c8e8b8f329d7806fef8c23a83fde991 /doc/latex/sci__octave_8cpp.tex | |
parent | 5b8caadfc4806a4160463e0de90cedd6e34eb9b2 (diff) | |
download | fossee-scilab-octave-toolbox-971fc665f0ce3d294b28c954a9ef66894c53707d.tar.gz fossee-scilab-octave-toolbox-971fc665f0ce3d294b28c954a9ef66894c53707d.tar.bz2 fossee-scilab-octave-toolbox-971fc665f0ce3d294b28c954a9ef66894c53707d.zip |
formated and added description
Diffstat (limited to 'doc/latex/sci__octave_8cpp.tex')
-rw-r--r-- | doc/latex/sci__octave_8cpp.tex | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/latex/sci__octave_8cpp.tex b/doc/latex/sci__octave_8cpp.tex index 3fff8be..308e881 100644 --- a/doc/latex/sci__octave_8cpp.tex +++ b/doc/latex/sci__octave_8cpp.tex @@ -19,7 +19,7 @@ \begin{DoxyCompactItemize} \item int \mbox{\hyperlink{sci__octave_8cpp_a74f2258789a64de6417c6d8912144449}{sci\+\_\+octave\+\_\+fun}} (scilab\+Env env, int nin, scilab\+Var $\ast$in, int nopt, scilab\+Opt $\ast$opt, int nout, scilab\+Var $\ast$out) -\end{DoxyCompactItemize} +\begin{DoxyCompactList}\small\item\em Function to connect to Scilab\textquotesingle{}s API. \end{DoxyCompactList}\end{DoxyCompactItemize} \doxysubsection{Function Documentation} @@ -29,3 +29,8 @@ int \mbox{\hyperlink{sci__octave_8cpp_a74f2258789a64de6417c6d8912144449}{sci\+\_ \doxysubsubsection{\texorpdfstring{sci\_octave\_fun()}{sci\_octave\_fun()}} {\footnotesize\ttfamily int sci\+\_\+octave\+\_\+fun (\begin{DoxyParamCaption}\item[{scilab\+Env}]{env, }\item[{int}]{nin, }\item[{scilab\+Var $\ast$}]{in, }\item[{int}]{nopt, }\item[{scilab\+Opt $\ast$}]{opt, }\item[{int}]{nout, }\item[{scilab\+Var $\ast$}]{out }\end{DoxyParamCaption})} + + +Function to connect to Scilab\textquotesingle{}s API. + +This function will get Data from Scilab, proccess the data in Octave then return the output back to Scilab using the API.
\ No newline at end of file |