Map a static Java method onto a Scilab macro
jdeff(className, javaMethodName, scilabMacroName)
A string giving the class name
A string giving the method name in the class (the method must be static)
A string giving the macro name
Provides a simple way to map a static Java method onto a Scilab macro. The result is automatically unwrapped (if it is possible).
Version | Description |
5.5.0 | Function introduced. Based on the 'JIMS' module. The main difference in the behavior compared to the JIMS module is that jautoUnwrap is enabled by default. |