javasciCall Scilab engine from a Java applicationDescriptionScilab offers the possibility to be called from a Java application.This help describes the features of the javasci API.
Since Scilab version 5.3.0, a new version of Javasci called Javasci v2 has been introduced. This version fixes most of the limitations of Javasci v1.
Browse the documentation of Javasci v2. (this will open the web browser).
Example of Javasci v2See Also
Browse the documentation of Javasci v2. (this will open the web browser).
Compile and run with Javasci v2
Javasci v2 FAQ
History5.4.0
Javasci v1 is removed.
5.4.0New methods added:
Scilab.execException(String)
Same as Scilab.exec(String) but returns an exception when a Scilab error occursScilab.execException(String[])
Same as Scilab.exec(String[]) but returns an exception when a Scilab error occursScilab.execException(File)
Same as Scilab.exec(File) but returns an exception when a Scilab error occurs5.4.0Javasci supports sparse and boolean sparse datatypes.Javasci supports tlists, mlists and lists datatypes.Javasci supports polynomial datatypes.Javasci supports struct datatypes under the form of an mList.