Package | Description |
---|---|
org.scilab.modules.javasci |
This package provides a way to use and call Scilab engine from a Java
application or library.
Example:
Scilab sci = new Scilab(); |
org.scilab.modules.types |
This package provides a representation of most of the Scilab datatypes.
Example:
double [][]a={{21.2, 22.0, 42.0, 39.0},{23.2, 24.0, 44.0, 40.0}}; |