SendScilabJob
Send a Scilab task from a C/C++ code (call_scilab)
int SendScilabJob(char *job);
Description
This fonction is provided in call_scilab. This function send a task which will be processed by the Scilab engine.
Arguments
- job
a standard C char* containing the Scilab instructions
- returns
0 if the execution is successful.
-1 if the execution fails.
Examples
See also
- Call_Scilab — call_scilabは, C/C++コードからScilabエンジンをコールする機能を提供する インターフェイスです.
- Compile and run with call_scilab — How to compile a native application based on or using Scilab
- ExecScilabCommand — Execute a Scilab from a C/C++ code (call_scilab) and can get message and callstack on error.
- API Scilab — api_scilab is the Scilab 6 interface to access Scilab variables.
Report an issue | ||
<< ScilabHaveAGraph | call_scilab API | SendScilabJobs >> |