Package com.mathworks.jmi
Class Matlab
- java.lang.Object
-
- com.mathworks.jmi.Matlab
-
public class Matlab extends java.lang.ObjectA partial stubbed out implementation of the Matlab class with the method's used by matlabcontrol. This stub exists so that matlabcontrol can compile against this library. At runtime this library is not referenced, instead the jmi.jar on MATLAB's classpath is used. The build script for matlabcontrol intentionally does not include this library in the distribution folder it generates.
-
-
Constructor Summary
Constructors Constructor Description Matlab()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.ObjectmtFevalConsoleOutput(java.lang.String function, java.lang.Object[] args, int nargout)static voidwhenMatlabIdle(java.lang.Runnable runnable)
-