Class NativeMatlab


  • public class NativeMatlab
    extends java.lang.Object
    A partial stubbed out implementation of the NativeMatlab 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
      NativeMatlab()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean nativeIsMatlabThread()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NativeMatlab

        public NativeMatlab()
    • Method Detail

      • nativeIsMatlabThread

        public static boolean nativeIsMatlabThread()