Scilab 5.3.0
- Manuel Scilab
- API call_scilab
- Boolean management
- Complex management
- DisableInteractiveMode
- Double management
- GetLastJob
- ScilabHaveAGraph
- SendScilabJob
- SendScilabJobs
- StartScilab
- String management
- TerminateScilab
- call_scilab
- Compile and run with Call Scilab
- creadbmat (obsolete)
- creadchain (obsolete)
- creadcmat (obsolete)
- creadmat (obsolete)
- cwritebmat (obsolete)
- cwritechain (obsolete)
- cwritecmat (obsolete)
- cwritemat (obsolete)
- fromc
- fromjava
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
DisableInteractiveMode
Disables some features (plotting, gui creation, Tcl/Tk...) and leaves only the computing engine
void DisableInteractiveMode(void);
Description
Calling this fonction will disable some features of Scilab.
Examples
See Also
Authors
Sylvestre Ledru
<< Complex management | API call_scilab | Double management >> |