Navigation
index
scilab beta documentation
»
call_scilab API (Scilab engine)
ΒΆ
BooleanManagement_callscilab
How to manage Scilab’s boolean read and write process using call_scilab and api_scilab
ComplexManagement_callscilab
How to manage Scilab’s complex variable read and write process using call_scilab
DisableInteractiveMode
Disables some features (plotting, gui creation, Tcl/Tk...) and leaves only the computing engine
DoubleManagement_callscilab
How to manage Scilab’s variable read and write process using call_scilab and api_scilab
GetLastJob
Returns the latest job sent to Scilab engine
ScilabHaveAGraph
Check if any Scilab graphics have been opened.
SendScilabJob
Send a Scilab task from a C/C++ code (call_scilab)
SendScilabJobs
Send Scilab tasks from a C/C++ code (call_scilab)
StartScilab
Initializes and starts Scilab engine in Call Scilab
StringManagement_callscilab
How to manage Scilab’s String read and write process using call_scilab and api_scilab
TerminateScilab
Stops and terminates Scilab engine in Call Scilab
call_scilab
call_scilab is an interface which provides the ability to call Scilab engine from C/C++ code
compile_and_run_call_scilab
How to compile a native application based on or using Scilab
fromc
Checks if current Scilab is called from an external C program (by StartScilab).
fromjava
Checks if current Scilab is called from javasci
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
scilab beta documentation
»